Html Css Color HEX #BB710A Dark Goldenrod

📋 copy color: '#BB710A'

red 187 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #BB710A

Tints of Dark Goldenrod #BB710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 60.32%
G = 36.45%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB710A (or 0xBB710A) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 0A. RGB value is (187,113,10). Sum of RGB (Red+Green+Blue) = 187+113+10=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB710A is #448EF5. Grayscale: #7B7B7B. Windows color (decimal): -4493046 or 684475. OLE color: 684475.

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

Color convert

RGB 187 113 10 -
CMYK 0 0.40 0.95 0.27
HSL 34.92º 0.9% 0.39% -
HSV(B) 34.92º 0.95% 0.73% -
XYZ 26.45 22.4 3.22 -
YUV 123.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 187 113 10 0 0.40 0.95 0.27 34.92 0.9 0.39
Hex BB 71 A 0 28 5F 1B 23 5A 27
Octal 273 161 12 0 50 137 33 43 132 47
Binary 10111011 1110001 1010 0 101000 1011111 11011 100011 1011010 100111

Color Harmonies of #BB710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB710A

Black with #BB710A

Text Example


Text Example

White with #BB710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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