Html Css Color HEX #BB7503 Dark Goldenrod

📋 copy color: '#BB7503'

red 187 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #BB7503

Tints of Dark Goldenrod #BB7503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 60.91%
G = 38.11%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7503 (or 0xBB7503) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 03. RGB value is (187,117,3). Sum of RGB (Red+Green+Blue) = 187+117+3=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7503 is #448AFC. Grayscale: #7D7D7D. Windows color (decimal): -4492029 or 226747. OLE color: 226747.

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

Color convert

RGB 187 117 3 -
CMYK 0 0.37 0.98 0.27
HSL 37.17º 0.97% 0.37% -
HSV(B) 37.17º 0.98% 0.73% -
XYZ 26.87 23.29 3.17 -
YUV 124.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 187 117 3 0 0.37 0.98 0.27 37.17 0.97 0.37
Hex BB 75 3 0 25 62 1B 25 61 25
Octal 273 165 3 0 45 142 33 45 141 45
Binary 10111011 1110101 11 0 100101 1100010 11011 100101 1100001 100101

Color Harmonies of #BB7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7503

Black with #BB7503

Text Example


Text Example

White with #BB7503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7503; }

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

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

background-color css

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

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

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

border-color css

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

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

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