Html Css Color HEX #BB7910 Dark Goldenrod

📋 copy color: '#BB7910'

red 187 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #BB7910

Tints of Dark Goldenrod #BB7910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 57.72%
G = 37.35%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7910 (or 0xBB7910) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 10. RGB value is (187,121,16). Sum of RGB (Red+Green+Blue) = 187+121+16=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7910 is #4486EF. Grayscale: #818181. Windows color (decimal): -4490992 or 1079739. OLE color: 1079739.

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

Color convert

RGB 187 121 16 -
CMYK 0 0.35 0.91 0.27
HSL 36.84º 0.84% 0.4% -
HSV(B) 36.84º 0.91% 0.73% -
XYZ 27.42 24.28 3.73 -
YUV 128.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 187 121 16 0 0.35 0.91 0.27 36.84 0.84 0.4
Hex BB 79 10 0 23 5B 1B 25 54 28
Octal 273 171 20 0 43 133 33 45 124 50
Binary 10111011 1111001 10000 0 100011 1011011 11011 100101 1010100 101000

Color Harmonies of #BB7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7910

Black with #BB7910

Text Example


Text Example

White with #BB7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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