Html Css Color HEX #BB7104 Dark Goldenrod

📋 copy color: '#BB7104'

red 187 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #BB7104

Tints of Dark Goldenrod #BB7104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 61.51%
G = 37.17%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7104 (or 0xBB7104) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 04. RGB value is (187,113,4). Sum of RGB (Red+Green+Blue) = 187+113+4=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7104 is #448EFB. Grayscale: #7B7B7B. Windows color (decimal): -4493052 or 291259. OLE color: 291259.

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

Color convert

RGB 187 113 4 -
CMYK 0 0.40 0.98 0.27
HSL 35.74º 0.96% 0.37% -
HSV(B) 35.74º 0.98% 0.73% -
XYZ 26.42 22.38 3.04 -
YUV 122.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 187 113 4 0 0.40 0.98 0.27 35.74 0.96 0.37
Hex BB 71 4 0 28 62 1B 24 60 25
Octal 273 161 4 0 50 142 33 44 140 45
Binary 10111011 1110001 100 0 101000 1100010 11011 100100 1100000 100101

Color Harmonies of #BB7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7104

Black with #BB7104

Text Example


Text Example

White with #BB7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7104; }

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

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

background-color css

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

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

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

border-color css

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

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

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