Html Css Color HEX #BB8019 Dark Goldenrod

📋 copy color: '#BB8019'

red 187 ◦ green 128 ◦ blue 25

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

Shades of Dark Goldenrod #BB8019

Tints of Dark Goldenrod #BB8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 55%
G = 37.65%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB8019 (or 0xBB8019) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 19. RGB value is (187,128,25). Sum of RGB (Red+Green+Blue) = 187+128+25=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8019 is #447FE6. Grayscale: #868686. Windows color (decimal): -4489191 or 1671355. OLE color: 1671355.

HSL color Cylindrical-coordinate representation of color #BB8019: hue angle of 38.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8019 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 25 -
CMYK 0 0.32 0.87 0.27
HSL 38.15º 0.76% 0.42% -
HSV(B) 38.15º 0.87% 0.73% -
XYZ 28.39 26.07 4.46 -
YUV 133.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 187 128 25 0 0.32 0.87 0.27 38.15 0.76 0.42
Hex BB 80 19 0 20 57 1B 26 4C 2A
Octal 273 200 31 0 40 127 33 46 114 52
Binary 10111011 10000000 11001 0 100000 1010111 11011 100110 1001100 101010

Color Harmonies of #BB8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8019

Black with #BB8019

Text Example


Text Example

White with #BB8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8019; }

 p { color: rgb(187,128,25); }

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

background-color css

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

 a { background-color: rgb(187,128,25); }

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

border-color css

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

 span { border-color: rgb(187,128,25); }

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