Html Css Color HEX #B39740 Roti

📋 copy color: '#B39740'

red 179 ◦ green 151 ◦ blue 64

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

Shades of Roti #B39740

Tints of Roti #B39740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 45.43%
G = 38.32%
B = 16.24%

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

#B39740 (or 0xB39740) is known color: Roti. HEX triplet: B3, 97 and 40. RGB value is (179,151,64). Sum of RGB (Red+Green+Blue) = 179+151+64=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B39740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39740 is #4C68BF. Grayscale: #959595. Windows color (decimal): -5007552 or 4233139. OLE color: 4233139.

HSL color Cylindrical-coordinate representation of color #B39740: hue angle of 45.39º 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 #B39740 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 64 -
CMYK 0 0.16 0.64 0.30
HSL 45.39º 0.47% 0.48% -
HSV(B) 45.39º 0.64% 0.7% -
XYZ 30.58 32.09 9.43 -
YUV 149.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 179 151 64 0 0.16 0.64 0.30 45.39 0.47 0.48
Hex B3 97 40 0 10 40 1E 2D 2F 30
Octal 263 227 100 0 20 100 36 55 57 60
Binary 10110011 10010111 1000000 0 10000 1000000 11110 101101 101111 110000

Color Harmonies of #B39740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39740

Black with #B39740

Text Example


Text Example

White with #B39740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39740; }

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

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

background-color css

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

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

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

border-color css

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

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

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