Html Css Color HEX #B88515 Dark Goldenrod

📋 copy color: '#B88515'

red 184 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #B88515

Tints of Dark Goldenrod #B88515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 54.44%
G = 39.35%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B88515 (or 0xB88515) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 15. RGB value is (184,133,21). Sum of RGB (Red+Green+Blue) = 184+133+21=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B88515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88515 is #477AEA. Grayscale: #878787. Windows color (decimal): -4684523 or 1410488. OLE color: 1410488.

HSL color Cylindrical-coordinate representation of color #B88515: hue angle of 41.23º 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 #B88515 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 21 -
CMYK 0 0.28 0.89 0.28
HSL 41.23º 0.8% 0.4% -
HSV(B) 41.23º 0.89% 0.72% -
XYZ 28.29 27.02 4.43 -
YUV 135.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 184 133 21 0 0.28 0.89 0.28 41.23 0.8 0.4
Hex B8 85 15 0 1C 59 1C 29 50 28
Octal 270 205 25 0 34 131 34 51 120 50
Binary 10111000 10000101 10101 0 11100 1011001 11100 101001 1010000 101000

Color Harmonies of #B88515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88515

Black with #B88515

Text Example


Text Example

White with #B88515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88515; }

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

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

background-color css

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

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

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

border-color css

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

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

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