Html Css Color HEX #B36914 Golden Brown

📋 copy color: '#B36914'

red 179 ◦ green 105 ◦ blue 20

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

Shades of Golden Brown #B36914

Tints of Golden Brown #B36914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 58.88%
G = 34.54%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36914 (or 0xB36914) is known color: Golden Brown. HEX triplet: B3, 69 and 14. RGB value is (179,105,20). Sum of RGB (Red+Green+Blue) = 179+105+20=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B36914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36914 is #4C96EB. Grayscale: #757575. Windows color (decimal): -5019372 or 1337779. OLE color: 1337779.

HSL color Cylindrical-coordinate representation of color #B36914: hue angle of 32.08º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36914 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 20 -
CMYK 0 0.41 0.89 0.30
HSL 32.08º 0.8% 0.39% -
HSV(B) 32.08º 0.89% 0.7% -
XYZ 23.77 19.74 3.22 -
YUV 117.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 179 105 20 0 0.41 0.89 0.30 32.08 0.8 0.39
Hex B3 69 14 0 29 59 1E 20 50 27
Octal 263 151 24 0 51 131 36 40 120 47
Binary 10110011 1101001 10100 0 101001 1011001 11110 100000 1010000 100111

Color Harmonies of #B36914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36914

Black with #B36914

Text Example


Text Example

White with #B36914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36914; }

 p { color: rgb(179,105,20); }

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

background-color css

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

 a { background-color: rgb(179,105,20); }

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

border-color css

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

 span { border-color: rgb(179,105,20); }

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