Html Css Color HEX #BB8F0A Dark Goldenrod

📋 copy color: '#BB8F0A'

red 187 ◦ green 143 ◦ blue 10

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

Shades of Dark Goldenrod #BB8F0A

Tints of Dark Goldenrod #BB8F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.06%

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 55%
G = 42.06%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB8F0A (or 0xBB8F0A) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 0A. RGB value is (187,143,10). Sum of RGB (Red+Green+Blue) = 187+143+10=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F0A is #4470F5. Grayscale: #8D8D8D. Windows color (decimal): -4485366 or 692155. OLE color: 692155.

HSL color Cylindrical-coordinate representation of color #BB8F0A: hue angle of 45.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB8F0A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 10 -
CMYK 0 0.24 0.95 0.27
HSL 45.08º 0.9% 0.39% -
HSV(B) 45.08º 0.95% 0.73% -
XYZ 30.37 30.23 4.52 -
YUV 140.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 187 143 10 0 0.24 0.95 0.27 45.08 0.9 0.39
Hex BB 8F A 0 18 5F 1B 2D 5A 27
Octal 273 217 12 0 30 137 33 55 132 47
Binary 10111011 10001111 1010 0 11000 1011111 11011 101101 1011010 100111

Color Harmonies of #BB8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F0A

Black with #BB8F0A

Text Example


Text Example

White with #BB8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F0A; }

 p { color: rgb(187,143,10); }

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

background-color css

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

 a { background-color: rgb(187,143,10); }

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

border-color css

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

 span { border-color: rgb(187,143,10); }

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