Html Css Color HEX #BB8C15 Dark Goldenrod

📋 copy color: '#BB8C15'

red 187 ◦ green 140 ◦ blue 21

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

Shades of Dark Goldenrod #BB8C15

Tints of Dark Goldenrod #BB8C15

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

 GREEN value IS 140 (55.08% from 255) = 40.23%

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

R = 53.74%
G = 40.23%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8C15 (or 0xBB8C15) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 15. RGB value is (187,140,21). Sum of RGB (Red+Green+Blue) = 187+140+21=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C15 is #4473EA. Grayscale: #8D8D8D. Windows color (decimal): -4486123 or 1412283. OLE color: 1412283.

HSL color Cylindrical-coordinate representation of color #BB8C15: hue angle of 43.01º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB8C15 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 21 -
CMYK 0 0.25 0.89 0.27
HSL 43.01º 0.8% 0.41% -
HSV(B) 43.01º 0.89% 0.73% -
XYZ 30.01 29.38 4.8 -
YUV 140.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 187 140 21 0 0.25 0.89 0.27 43.01 0.8 0.41
Hex BB 8C 15 0 19 59 1B 2B 50 29
Octal 273 214 25 0 31 131 33 53 120 51
Binary 10111011 10001100 10101 0 11001 1011001 11011 101011 1010000 101001

Color Harmonies of #BB8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C15

Black with #BB8C15

Text Example


Text Example

White with #BB8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C15; }

 p { color: rgb(187,140,21); }

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

background-color css

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

 a { background-color: rgb(187,140,21); }

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

border-color css

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

 span { border-color: rgb(187,140,21); }

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