Html Css Color HEX #BB8942 Marigold

📋 copy color: '#BB8942'

red 187 ◦ green 137 ◦ blue 66

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

Shades of Marigold #BB8942

Tints of Marigold #BB8942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 47.95%
G = 35.13%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB8942 (or 0xBB8942) is known color: Marigold. HEX triplet: BB, 89 and 42. RGB value is (187,137,66). Sum of RGB (Red+Green+Blue) = 187+137+66=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8942 is #4476BD. Grayscale: #909090. Windows color (decimal): -4486846 or 4360635. OLE color: 4360635.

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

Color convert

RGB 187 137 66 -
CMYK 0 0.27 0.65 0.27
HSL 35.21º 0.48% 0.5% -
HSV(B) 35.21º 0.65% 0.73% -
XYZ 30.42 28.85 9.12 -
YUV 143.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 187 137 66 0 0.27 0.65 0.27 35.21 0.48 0.5
Hex BB 89 42 0 1B 41 1B 23 30 32
Octal 273 211 102 0 33 101 33 43 60 62
Binary 10111011 10001001 1000010 0 11011 1000001 11011 100011 110000 110010

Color Harmonies of #BB8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8942

Black with #BB8942

Text Example


Text Example

White with #BB8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8942; }

 p { color: rgb(187,137,66); }

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

background-color css

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

 a { background-color: rgb(187,137,66); }

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

border-color css

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

 span { border-color: rgb(187,137,66); }

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