Html Css Color HEX #B36902 Golden Brown

📋 copy color: '#B36902'

red 179 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #B36902

Tints of Golden Brown #B36902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 62.59%
G = 36.71%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36902 (or 0xB36902) is known color: Golden Brown. HEX triplet: B3, 69 and 02. RGB value is (179,105,2). Sum of RGB (Red+Green+Blue) = 179+105+2=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B36902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36902 is #4C96FD. Grayscale: #737373. Windows color (decimal): -5019390 or 158131. OLE color: 158131.

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

Color convert

RGB 179 105 2 -
CMYK 0 0.41 0.99 0.30
HSL 34.92º 0.98% 0.35% -
HSV(B) 34.92º 0.99% 0.7% -
XYZ 23.65 19.69 2.61 -
YUV 115.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 179 105 2 0 0.41 0.99 0.30 34.92 0.98 0.35
Hex B3 69 2 0 29 63 1E 23 62 23
Octal 263 151 2 0 51 143 36 43 142 43
Binary 10110011 1101001 10 0 101001 1100011 11110 100011 1100010 100011

Color Harmonies of #B36902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36902

Black with #B36902

Text Example


Text Example

White with #B36902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36902; }

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

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

background-color css

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

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

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

border-color css

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

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

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