Html Css Color HEX #BB8D17 Dark Goldenrod

📋 copy color: '#BB8D17'

red 187 ◦ green 141 ◦ blue 23

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

Shades of Dark Goldenrod #BB8D17

Tints of Dark Goldenrod #BB8D17

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 53.28%
G = 40.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB8D17 (or 0xBB8D17) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 17. RGB value is (187,141,23). Sum of RGB (Red+Green+Blue) = 187+141+23=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D17 is #4472E8. Grayscale: #8D8D8D. Windows color (decimal): -4485865 or 1543611. OLE color: 1543611.

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

Color convert

RGB 187 141 23 -
CMYK 0 0.25 0.88 0.27
HSL 43.17º 0.78% 0.41% -
HSV(B) 43.17º 0.88% 0.73% -
XYZ 30.17 29.68 4.95 -
YUV 141.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 187 141 23 0 0.25 0.88 0.27 43.17 0.78 0.41
Hex BB 8D 17 0 19 58 1B 2B 4E 29
Octal 273 215 27 0 31 130 33 53 116 51
Binary 10111011 10001101 10111 0 11001 1011000 11011 101011 1001110 101001

Color Harmonies of #BB8D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D17

Black with #BB8D17

Text Example


Text Example

White with #BB8D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D17; }

 p { color: rgb(187,141,23); }

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

background-color css

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

 a { background-color: rgb(187,141,23); }

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

border-color css

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

 span { border-color: rgb(187,141,23); }

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