Html Css Color HEX #B08115 Dark Goldenrod

📋 copy color: '#B08115'

red 176 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #B08115

Tints of Dark Goldenrod #B08115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 53.99%
G = 39.57%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B08115 (or 0xB08115) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 15. RGB value is (176,129,21). Sum of RGB (Red+Green+Blue) = 176+129+21=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B08115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08115 is #4F7EEA. Grayscale: #838383. Windows color (decimal): -5209835 or 1409456. OLE color: 1409456.

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

Color convert

RGB 176 129 21 -
CMYK 0 0.27 0.88 0.31
HSL 41.81º 0.79% 0.39% -
HSV(B) 41.81º 0.88% 0.69% -
XYZ 25.89 24.98 4.17 -
YUV 130.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 176 129 21 0 0.27 0.88 0.31 41.81 0.79 0.39
Hex B0 81 15 0 1B 58 1F 2A 4F 27
Octal 260 201 25 0 33 130 37 52 117 47
Binary 10110000 10000001 10101 0 11011 1011000 11111 101010 1001111 100111

Color Harmonies of #B08115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08115

Black with #B08115

Text Example


Text Example

White with #B08115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08115; }

 p { color: rgb(176,129,21); }

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

background-color css

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

 a { background-color: rgb(176,129,21); }

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

border-color css

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

 span { border-color: rgb(176,129,21); }

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