Html Css Color HEX #B88115 Dark Goldenrod

📋 copy color: '#B88115'

red 184 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #B88115

Tints of Dark Goldenrod #B88115

RGB

 RED value IS 184 (72.27% from 255) = 55.09%

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

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

R = 55.09%
G = 38.62%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B88115 (or 0xB88115) is known color: Dark Goldenrod. HEX triplet: B8, 81 and 15. RGB value is (184,129,21). Sum of RGB (Red+Green+Blue) = 184+129+21=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B88115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88115 is #477EEA. Grayscale: #858585. Windows color (decimal): -4685547 or 1409464. OLE color: 1409464.

HSL color Cylindrical-coordinate representation of color #B88115: hue angle of 39.75º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B88115 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 21 -
CMYK 0 0.30 0.89 0.28
HSL 39.75º 0.8% 0.4% -
HSV(B) 39.75º 0.89% 0.72% -
XYZ 27.75 25.95 4.25 -
YUV 133.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 184 129 21 0 0.30 0.89 0.28 39.75 0.8 0.4
Hex B8 81 15 0 1E 59 1C 28 50 28
Octal 270 201 25 0 36 131 34 50 120 50
Binary 10111000 10000001 10101 0 11110 1011001 11100 101000 1010000 101000

Color Harmonies of #B88115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88115

Black with #B88115

Text Example


Text Example

White with #B88115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88115; }

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

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

background-color css

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

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

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

border-color css

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

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

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