Html Css Color HEX #B36802 Golden Brown

📋 copy color: '#B36802'

red 179 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #B36802

Tints of Golden Brown #B36802

RGB

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

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

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

R = 62.81%
G = 36.49%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36802 (or 0xB36802) is known color: Golden Brown. HEX triplet: B3, 68 and 02. RGB value is (179,104,2). Sum of RGB (Red+Green+Blue) = 179+104+2=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B36802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36802 is #4C97FD. Grayscale: #737373. Windows color (decimal): -5019646 or 157875. OLE color: 157875.

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

Color convert

RGB 179 104 2 -
CMYK 0 0.42 0.99 0.30
HSL 34.58º 0.98% 0.35% -
HSV(B) 34.58º 0.99% 0.7% -
XYZ 23.55 19.49 2.58 -
YUV 114.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 179 104 2 0 0.42 0.99 0.30 34.58 0.98 0.35
Hex B3 68 2 0 2A 63 1E 23 62 23
Octal 263 150 2 0 52 143 36 43 142 43
Binary 10110011 1101000 10 0 101010 1100011 11110 100011 1100010 100011

Color Harmonies of #B36802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36802

Black with #B36802

Text Example


Text Example

White with #B36802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36802; }

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

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

background-color css

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

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

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

border-color css

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

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

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