Html Css Color HEX #B38802 Dark Goldenrod

📋 copy color: '#B38802'

red 179 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #B38802

Tints of Dark Goldenrod #B38802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 56.47%
G = 42.9%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38802 (or 0xB38802) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 02. RGB value is (179,136,2). Sum of RGB (Red+Green+Blue) = 179+136+2=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B38802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38802 is #4C77FD. Grayscale: #868686. Windows color (decimal): -5011454 or 166067. OLE color: 166067.

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

Color convert

RGB 179 136 2 -
CMYK 0 0.24 0.99 0.30
HSL 45.42º 0.98% 0.35% -
HSV(B) 45.42º 0.99% 0.7% -
XYZ 27.41 27.2 3.86 -
YUV 133.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 179 136 2 0 0.24 0.99 0.30 45.42 0.98 0.35
Hex B3 88 2 0 18 63 1E 2D 62 23
Octal 263 210 2 0 30 143 36 55 142 43
Binary 10110011 10001000 10 0 11000 1100011 11110 101101 1100010 100011

Color Harmonies of #B38802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38802

Black with #B38802

Text Example


Text Example

White with #B38802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38802; }

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

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

background-color css

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

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

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

border-color css

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

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

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