Html Css Color HEX #B39640 Roti

📋 copy color: '#B39640'

red 179 ◦ green 150 ◦ blue 64

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

Shades of Roti #B39640

Tints of Roti #B39640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 45.55%
G = 38.17%
B = 16.28%

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

#B39640 (or 0xB39640) is known color: Roti. HEX triplet: B3, 96 and 40. RGB value is (179,150,64). Sum of RGB (Red+Green+Blue) = 179+150+64=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B39640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39640 is #4C69BF. Grayscale: #959595. Windows color (decimal): -5007808 or 4232883. OLE color: 4232883.

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

Color convert

RGB 179 150 64 -
CMYK 0 0.16 0.64 0.30
HSL 44.87º 0.47% 0.48% -
HSV(B) 44.87º 0.64% 0.7% -
XYZ 30.42 31.77 9.38 -
YUV 148.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 179 150 64 0 0.16 0.64 0.30 44.87 0.47 0.48
Hex B3 96 40 0 10 40 1E 2D 2F 30
Octal 263 226 100 0 20 100 36 55 57 60
Binary 10110011 10010110 1000000 0 10000 1000000 11110 101101 101111 110000

Color Harmonies of #B39640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39640

Black with #B39640

Text Example


Text Example

White with #B39640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39640; }

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

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

background-color css

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

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

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

border-color css

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

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

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