Html Css Color HEX #BB7501 Dark Goldenrod

📋 copy color: '#BB7501'

red 187 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #BB7501

Tints of Dark Goldenrod #BB7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 61.31%
G = 38.36%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7501 (or 0xBB7501) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 01. RGB value is (187,117,1). Sum of RGB (Red+Green+Blue) = 187+117+1=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7501 is #448AFE. Grayscale: #7D7D7D. Windows color (decimal): -4492031 or 95675. OLE color: 95675.

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

Color convert

RGB 187 117 1 -
CMYK 0 0.37 0.99 0.27
HSL 37.42º 0.99% 0.37% -
HSV(B) 37.42º 0.99% 0.73% -
XYZ 26.86 23.29 3.11 -
YUV 124.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 187 117 1 0 0.37 0.99 0.27 37.42 0.99 0.37
Hex BB 75 1 0 25 63 1B 25 63 25
Octal 273 165 1 0 45 143 33 45 143 45
Binary 10111011 1110101 1 0 100101 1100011 11011 100101 1100011 100101

Color Harmonies of #BB7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7501

Black with #BB7501

Text Example


Text Example

White with #BB7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7501; }

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

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

background-color css

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

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

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

border-color css

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

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

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