Html Css Color HEX #BB710B Dark Goldenrod

📋 copy color: '#BB710B'

red 187 ◦ green 113 ◦ blue 11

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

Shades of Dark Goldenrod #BB710B

Tints of Dark Goldenrod #BB710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 60.13%
G = 36.33%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB710B (or 0xBB710B) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 0B. RGB value is (187,113,11). Sum of RGB (Red+Green+Blue) = 187+113+11=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB710B is #448EF4. Grayscale: #7B7B7B. Windows color (decimal): -4493045 or 750011. OLE color: 750011.

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

Color convert

RGB 187 113 11 -
CMYK 0 0.40 0.94 0.27
HSL 34.77º 0.89% 0.39% -
HSV(B) 34.77º 0.94% 0.73% -
XYZ 26.46 22.4 3.25 -
YUV 123.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 187 113 11 0 0.40 0.94 0.27 34.77 0.89 0.39
Hex BB 71 B 0 28 5E 1B 23 59 27
Octal 273 161 13 0 50 136 33 43 131 47
Binary 10111011 1110001 1011 0 101000 1011110 11011 100011 1011001 100111

Color Harmonies of #BB710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB710B

Black with #BB710B

Text Example


Text Example

White with #BB710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB710B; }

 p { color: rgb(187,113,11); }

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

background-color css

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

 a { background-color: rgb(187,113,11); }

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

border-color css

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

 span { border-color: rgb(187,113,11); }

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