Html Css Color HEX #BB7102 Dark Goldenrod

📋 copy color: '#BB7102'

red 187 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #BB7102

Tints of Dark Goldenrod #BB7102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 61.92%
G = 37.42%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7102 (or 0xBB7102) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 02. RGB value is (187,113,2). Sum of RGB (Red+Green+Blue) = 187+113+2=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7102 is #448EFD. Grayscale: #7A7A7A. Windows color (decimal): -4493054 or 160187. OLE color: 160187.

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

Color convert

RGB 187 113 2 -
CMYK 0 0.40 0.99 0.27
HSL 36º 0.98% 0.37% -
HSV(B) 36º 0.99% 0.73% -
XYZ 26.41 22.38 2.99 -
YUV 122.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 187 113 2 0 0.40 0.99 0.27 36 0.98 0.37
Hex BB 71 2 0 28 63 1B 24 62 25
Octal 273 161 2 0 50 143 33 44 142 45
Binary 10111011 1110001 10 0 101000 1100011 11011 100100 1100010 100101

Color Harmonies of #BB7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7102

Black with #BB7102

Text Example


Text Example

White with #BB7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7102; }

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

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

background-color css

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

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

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

border-color css

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

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

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