Html Css Color HEX #B08902 Dark Goldenrod

📋 copy color: '#B08902'

red 176 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #B08902

Tints of Dark Goldenrod #B08902

RGB

 RED value IS 176 (69.14% from 255) = 55.87%

 GREEN value IS 137 (53.91% from 255) = 43.49%

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

R = 55.87%
G = 43.49%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B08902 (or 0xB08902) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 02. RGB value is (176,137,2). Sum of RGB (Red+Green+Blue) = 176+137+2=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B08902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08902 is #4F76FD. Grayscale: #858585. Windows color (decimal): -5207806 or 166320. OLE color: 166320.

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

Color convert

RGB 176 137 2 -
CMYK 0 0.22 0.99 0.31
HSL 46.55º 0.98% 0.35% -
HSV(B) 46.55º 0.99% 0.69% -
XYZ 26.86 27.13 3.88 -
YUV 133.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 176 137 2 0 0.22 0.99 0.31 46.55 0.98 0.35
Hex B0 89 2 0 16 63 1F 2F 62 23
Octal 260 211 2 0 26 143 37 57 142 43
Binary 10110000 10001001 10 0 10110 1100011 11111 101111 1100010 100011

Color Harmonies of #B08902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08902

Black with #B08902

Text Example


Text Example

White with #B08902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08902; }

 p { color: rgb(176,137,2); }

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

background-color css

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

 a { background-color: rgb(176,137,2); }

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

border-color css

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

 span { border-color: rgb(176,137,2); }

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