Html Css Color HEX #B08813 Dark Goldenrod

📋 copy color: '#B08813'

red 176 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #B08813

Tints of Dark Goldenrod #B08813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 53.17%
G = 41.09%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B08813 (or 0xB08813) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 13. RGB value is (176,136,19). Sum of RGB (Red+Green+Blue) = 176+136+19=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B08813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08813 is #4F77EC. Grayscale: #878787. Windows color (decimal): -5208045 or 1280176. OLE color: 1280176.

HSL color Cylindrical-coordinate representation of color #B08813: hue angle of 44.71º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B08813 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 19 -
CMYK 0 0.23 0.89 0.31
HSL 44.71º 0.81% 0.38% -
HSV(B) 44.71º 0.89% 0.69% -
XYZ 26.83 26.89 4.39 -
YUV 134.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 176 136 19 0 0.23 0.89 0.31 44.71 0.81 0.38
Hex B0 88 13 0 17 59 1F 2D 51 26
Octal 260 210 23 0 27 131 37 55 121 46
Binary 10110000 10001000 10011 0 10111 1011001 11111 101101 1010001 100110

Color Harmonies of #B08813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08813

Black with #B08813

Text Example


Text Example

White with #B08813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08813; }

 p { color: rgb(176,136,19); }

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

background-color css

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

 a { background-color: rgb(176,136,19); }

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

border-color css

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

 span { border-color: rgb(176,136,19); }

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