Html Css Color HEX #BB7B10 Dark Goldenrod

📋 copy color: '#BB7B10'

red 187 ◦ green 123 ◦ blue 16

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

Shades of Dark Goldenrod #BB7B10

Tints of Dark Goldenrod #BB7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

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

R = 57.36%
G = 37.73%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7B10 (or 0xBB7B10) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 10. RGB value is (187,123,16). Sum of RGB (Red+Green+Blue) = 187+123+16=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B10 is #4484EF. Grayscale: #828282. Windows color (decimal): -4490480 or 1080251. OLE color: 1080251.

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

Color convert

RGB 187 123 16 -
CMYK 0 0.34 0.91 0.27
HSL 37.54º 0.84% 0.4% -
HSV(B) 37.54º 0.91% 0.73% -
XYZ 27.67 24.77 3.81 -
YUV 129.94 63.7 168.7 -
System Red Green Blue C M Y K H S L
Decimal 187 123 16 0 0.34 0.91 0.27 37.54 0.84 0.4
Hex BB 7B 10 0 22 5B 1B 26 54 28
Octal 273 173 20 0 42 133 33 46 124 50
Binary 10111011 1111011 10000 0 100010 1011011 11011 100110 1010100 101000

Color Harmonies of #BB7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B10

Black with #BB7B10

Text Example


Text Example

White with #BB7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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