Html Css Color HEX #B39741 Roti

📋 copy color: '#B39741'

red 179 ◦ green 151 ◦ blue 65

#B39741
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B39741

Tints of Roti #B39741

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 45.32%
G = 38.23%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B39741 (or 0xB39741) is known color: Roti. HEX triplet: B3, 97 and 41. RGB value is (179,151,65). Sum of RGB (Red+Green+Blue) = 179+151+65=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B39741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39741 is #4C68BE. Grayscale: #959595. Windows color (decimal): -5007551 or 4298675. OLE color: 4298675.

HSL color Cylindrical-coordinate representation of color #B39741: hue angle of 45.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B39741 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 65 -
CMYK 0 0.16 0.64 0.30
HSL 45.26º 0.47% 0.48% -
HSV(B) 45.26º 0.64% 0.7% -
XYZ 30.61 32.1 9.58 -
YUV 149.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 179 151 65 0 0.16 0.64 0.30 45.26 0.47 0.48
Hex B3 97 41 0 10 40 1E 2D 2F 30
Octal 263 227 101 0 20 100 36 55 57 60
Binary 10110011 10010111 1000001 0 10000 1000000 11110 101101 101111 110000

Color Harmonies of #B39741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39741

Black with #B39741

Text Example


Text Example

White with #B39741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39741; }

 p { color: rgb(179,151,65); }

 H1.HeaderClassName
 {
   color: #B39741;
 }
 .AnyTagClassName
 {
   color: #B39741;
 }
</style>

background-color css

<style>
 a { background-color: #B39741; }

 a { background-color: rgb(179,151,65); }

 div.DivClassName
 {
   background-color: #B39741;
 }
 .BgClassName
 {
   background-color: #B39741;
 }
</style>

border-color css

<style>
 span { border-color: #B39741; }

 span { border-color: rgb(179,151,65); }

 td.TdClassName
 {
   border-color: #B39741;
 }
 .TagClassName
 {
   border-color: #B39741;
 }
</style>