Html Css Color HEX #BB8640 Marigold

📋 copy color: '#BB8640'

red 187 ◦ green 134 ◦ blue 64

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

Shades of Marigold #BB8640

Tints of Marigold #BB8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 48.57%
G = 34.81%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8640 (or 0xBB8640) is known color: Marigold. HEX triplet: BB, 86 and 40. RGB value is (187,134,64). Sum of RGB (Red+Green+Blue) = 187+134+64=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8640 is #4479BF. Grayscale: #8E8E8E. Windows color (decimal): -4487616 or 4228795. OLE color: 4228795.

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

Color convert

RGB 187 134 64 -
CMYK 0 0.28 0.66 0.27
HSL 34.15º 0.49% 0.49% -
HSV(B) 34.15º 0.66% 0.73% -
XYZ 29.94 27.99 8.67 -
YUV 141.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 187 134 64 0 0.28 0.66 0.27 34.15 0.49 0.49
Hex BB 86 40 0 1C 42 1B 22 31 31
Octal 273 206 100 0 34 102 33 42 61 61
Binary 10111011 10000110 1000000 0 11100 1000010 11011 100010 110001 110001

Color Harmonies of #BB8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8640

Black with #BB8640

Text Example


Text Example

White with #BB8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8640; }

 p { color: rgb(187,134,64); }

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

background-color css

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

 a { background-color: rgb(187,134,64); }

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

border-color css

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

 span { border-color: rgb(187,134,64); }

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