Html Css Color HEX #BB7100 Dark Goldenrod

📋 copy color: '#BB7100'

red 187 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #BB7100

Tints of Dark Goldenrod #BB7100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.33%
G = 37.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7100 (or 0xBB7100) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 00. RGB value is (187,113,0). Sum of RGB (Red+Green+Blue) = 187+113+0=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7100 is #448EFF. Grayscale: #7A7A7A. Windows color (decimal): -4493056 or 29115. OLE color: 29115.

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

Color convert

RGB 187 113 0 -
CMYK 0 0.40 1 0.27
HSL 36.26º 1% 0.37% -
HSV(B) 36.26º 1% 0.73% -
XYZ 26.4 22.38 2.93 -
YUV 122.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 187 113 0 0 0.40 1 0.27 36.26 1 0.37
Hex BB 71 0 0 28 64 1B 24 64 25
Octal 273 161 0 0 50 144 33 44 144 45
Binary 10111011 1110001 0 0 101000 1100100 11011 100100 1100100 100101

Color Harmonies of #BB7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7100

Black with #BB7100

Text Example


Text Example

White with #BB7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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