Html Css Color HEX #BB7510 Dark Goldenrod

📋 copy color: '#BB7510'

red 187 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #BB7510

Tints of Dark Goldenrod #BB7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 58.44%
G = 36.56%
B = 5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7510 (or 0xBB7510) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 10. RGB value is (187,117,16). Sum of RGB (Red+Green+Blue) = 187+117+16=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7510 is #448AEF. Grayscale: #7E7E7E. Windows color (decimal): -4492016 or 1078715. OLE color: 1078715.

HSL color Cylindrical-coordinate representation of color #BB7510: hue angle of 35.44º 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 #BB7510 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 16 -
CMYK 0 0.37 0.91 0.27
HSL 35.44º 0.84% 0.4% -
HSV(B) 35.44º 0.91% 0.73% -
XYZ 26.95 23.32 3.57 -
YUV 126.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 187 117 16 0 0.37 0.91 0.27 35.44 0.84 0.4
Hex BB 75 10 0 25 5B 1B 23 54 28
Octal 273 165 20 0 45 133 33 43 124 50
Binary 10111011 1110101 10000 0 100101 1011011 11011 100011 1010100 101000

Color Harmonies of #BB7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7510

Black with #BB7510

Text Example


Text Example

White with #BB7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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