Html Css Color HEX #B36805 Golden Brown

📋 copy color: '#B36805'

red 179 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #B36805

Tints of Golden Brown #B36805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 62.15%
G = 36.11%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B36805 (or 0xB36805) is known color: Golden Brown. HEX triplet: B3, 68 and 05. RGB value is (179,104,5). Sum of RGB (Red+Green+Blue) = 179+104+5=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B36805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36805 is #4C97FA. Grayscale: #737373. Windows color (decimal): -5019643 or 354483. OLE color: 354483.

HSL color Cylindrical-coordinate representation of color #B36805: hue angle of 34.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B36805 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 5 -
CMYK 0 0.42 0.97 0.30
HSL 34.14º 0.95% 0.36% -
HSV(B) 34.14º 0.97% 0.7% -
XYZ 23.57 19.5 2.66 -
YUV 115.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 179 104 5 0 0.42 0.97 0.30 34.14 0.95 0.36
Hex B3 68 5 0 2A 61 1E 22 5F 24
Octal 263 150 5 0 52 141 36 42 137 44
Binary 10110011 1101000 101 0 101010 1100001 11110 100010 1011111 100100

Color Harmonies of #B36805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36805

Black with #B36805

Text Example


Text Example

White with #B36805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36805; }

 p { color: rgb(179,104,5); }

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

background-color css

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

 a { background-color: rgb(179,104,5); }

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

border-color css

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

 span { border-color: rgb(179,104,5); }

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