Html Css Color HEX #B08A19 Dark Goldenrod

📋 copy color: '#B08A19'

red 176 ◦ green 138 ◦ blue 25

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

Shades of Dark Goldenrod #B08A19

Tints of Dark Goldenrod #B08A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 51.92%
G = 40.71%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B08A19 (or 0xB08A19) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 19. RGB value is (176,138,25). Sum of RGB (Red+Green+Blue) = 176+138+25=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A19 is #4F75E6. Grayscale: #888888. Windows color (decimal): -5207527 or 1673904. OLE color: 1673904.

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

Color convert

RGB 176 138 25 -
CMYK 0 0.22 0.86 0.31
HSL 44.9º 0.75% 0.39% -
HSV(B) 44.9º 0.86% 0.69% -
XYZ 27.17 27.48 4.79 -
YUV 136.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 176 138 25 0 0.22 0.86 0.31 44.9 0.75 0.39
Hex B0 8A 19 0 16 56 1F 2D 4B 27
Octal 260 212 31 0 26 126 37 55 113 47
Binary 10110000 10001010 11001 0 10110 1010110 11111 101101 1001011 100111

Color Harmonies of #B08A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A19

Black with #B08A19

Text Example


Text Example

White with #B08A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A19; }

 p { color: rgb(176,138,25); }

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

background-color css

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

 a { background-color: rgb(176,138,25); }

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

border-color css

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

 span { border-color: rgb(176,138,25); }

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