Html Css Color HEX #B36508 Golden Brown

📋 copy color: '#B36508'

red 179 ◦ green 101 ◦ blue 8

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

Shades of Golden Brown #B36508

Tints of Golden Brown #B36508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 62.15%
G = 35.07%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B36508 (or 0xB36508) is known color: Golden Brown. HEX triplet: B3, 65 and 08. RGB value is (179,101,8). Sum of RGB (Red+Green+Blue) = 179+101+8=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B36508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36508 is #4C9AF7. Grayscale: #727272. Windows color (decimal): -5020408 or 550323. OLE color: 550323.

HSL color Cylindrical-coordinate representation of color #B36508: hue angle of 32.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B36508 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 8 -
CMYK 0 0.44 0.96 0.30
HSL 32.63º 0.91% 0.37% -
HSV(B) 32.63º 0.96% 0.7% -
XYZ 23.29 18.91 2.65 -
YUV 113.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 179 101 8 0 0.44 0.96 0.30 32.63 0.91 0.37
Hex B3 65 8 0 2C 60 1E 21 5B 25
Octal 263 145 10 0 54 140 36 41 133 45
Binary 10110011 1100101 1000 0 101100 1100000 11110 100001 1011011 100101

Color Harmonies of #B36508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36508

Black with #B36508

Text Example


Text Example

White with #B36508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36508; }

 p { color: rgb(179,101,8); }

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

background-color css

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

 a { background-color: rgb(179,101,8); }

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

border-color css

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

 span { border-color: rgb(179,101,8); }

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