Html Css Color HEX #BB7F10 Dark Goldenrod

📋 copy color: '#BB7F10'

red 187 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #BB7F10

Tints of Dark Goldenrod #BB7F10

RGB

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

 GREEN value IS 127 (50% from 255) = 38.48%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 56.67%
G = 38.48%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7F10 (or 0xBB7F10) is known color: Dark Goldenrod. HEX triplet: BB, 7F and 10. RGB value is (187,127,16). Sum of RGB (Red+Green+Blue) = 187+127+16=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7F10 is #4480EF. Grayscale: #848484. Windows color (decimal): -4489456 or 1081275. OLE color: 1081275.

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

Color convert

RGB 187 127 16 -
CMYK 0 0.32 0.91 0.27
HSL 38.95º 0.84% 0.4% -
HSV(B) 38.95º 0.91% 0.73% -
XYZ 28.18 25.78 3.98 -
YUV 132.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 187 127 16 0 0.32 0.91 0.27 38.95 0.84 0.4
Hex BB 7F 10 0 20 5B 1B 27 54 28
Octal 273 177 20 0 40 133 33 47 124 50
Binary 10111011 1111111 10000 0 100000 1011011 11011 100111 1010100 101000

Color Harmonies of #BB7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F10

Black with #BB7F10

Text Example


Text Example

White with #BB7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F10; }

 p { color: rgb(187,127,16); }

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

background-color css

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

 a { background-color: rgb(187,127,16); }

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

border-color css

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

 span { border-color: rgb(187,127,16); }

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