Html Css Color HEX #BB7411 Dark Goldenrod

📋 copy color: '#BB7411'

red 187 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #BB7411

Tints of Dark Goldenrod #BB7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 58.44%
G = 36.25%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7411 (or 0xBB7411) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 11. RGB value is (187,116,17). Sum of RGB (Red+Green+Blue) = 187+116+17=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7411 is #448BEE. Grayscale: #7E7E7E. Windows color (decimal): -4492271 or 1143995. OLE color: 1143995.

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

Color convert

RGB 187 116 17 -
CMYK 0 0.38 0.91 0.27
HSL 34.94º 0.83% 0.4% -
HSV(B) 34.94º 0.91% 0.73% -
XYZ 26.84 23.1 3.57 -
YUV 125.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 187 116 17 0 0.38 0.91 0.27 34.94 0.83 0.4
Hex BB 74 11 0 26 5B 1B 23 53 28
Octal 273 164 21 0 46 133 33 43 123 50
Binary 10111011 1110100 10001 0 100110 1011011 11011 100011 1010011 101000

Color Harmonies of #BB7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7411

Black with #BB7411

Text Example


Text Example

White with #BB7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7411; }

 p { color: rgb(187,116,17); }

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

background-color css

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

 a { background-color: rgb(187,116,17); }

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

border-color css

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

 span { border-color: rgb(187,116,17); }

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