Html Css Color HEX #BB800F Dark Goldenrod

📋 copy color: '#BB800F'

red 187 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #BB800F

Tints of Dark Goldenrod #BB800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 56.67%
G = 38.79%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB800F (or 0xBB800F) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 0F. RGB value is (187,128,15). Sum of RGB (Red+Green+Blue) = 187+128+15=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB800F is #447FF0. Grayscale: #858585. Windows color (decimal): -4489201 or 1015995. OLE color: 1015995.

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

Color convert

RGB 187 128 15 -
CMYK 0 0.32 0.92 0.27
HSL 39.42º 0.85% 0.4% -
HSV(B) 39.42º 0.92% 0.73% -
XYZ 28.3 26.04 3.99 -
YUV 132.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 187 128 15 0 0.32 0.92 0.27 39.42 0.85 0.4
Hex BB 80 F 0 20 5C 1B 27 55 28
Octal 273 200 17 0 40 134 33 47 125 50
Binary 10111011 10000000 1111 0 100000 1011100 11011 100111 1010101 101000

Color Harmonies of #BB800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB800F

Black with #BB800F

Text Example


Text Example

White with #BB800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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