Html Css Color HEX #BB7500 Dark Goldenrod

📋 copy color: '#BB7500'

red 187 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #BB7500

Tints of Dark Goldenrod #BB7500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.51%
G = 38.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7500 (or 0xBB7500) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 00. RGB value is (187,117,0). Sum of RGB (Red+Green+Blue) = 187+117+0=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7500 is #448AFF. Grayscale: #7D7D7D. Windows color (decimal): -4492032 or 30139. OLE color: 30139.

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

Color convert

RGB 187 117 0 -
CMYK 0 0.37 1 0.27
HSL 37.54º 1% 0.37% -
HSV(B) 37.54º 1% 0.73% -
XYZ 26.85 23.29 3.08 -
YUV 124.59 57.69 172.51 -
System Red Green Blue C M Y K H S L
Decimal 187 117 0 0 0.37 1 0.27 37.54 1 0.37
Hex BB 75 0 0 25 64 1B 26 64 25
Octal 273 165 0 0 45 144 33 46 144 45
Binary 10111011 1110101 0 0 100101 1100100 11011 100110 1100100 100101

Color Harmonies of #BB7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7500

Black with #BB7500

Text Example


Text Example

White with #BB7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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