Html Css Color HEX #BB8840 Marigold

📋 copy color: '#BB8840'

red 187 ◦ green 136 ◦ blue 64

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

Shades of Marigold #BB8840

Tints of Marigold #BB8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 48.32%
G = 35.14%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8840 (or 0xBB8840) is known color: Marigold. HEX triplet: BB, 88 and 40. RGB value is (187,136,64). Sum of RGB (Red+Green+Blue) = 187+136+64=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8840 is #4477BF. Grayscale: #8F8F8F. Windows color (decimal): -4487104 or 4229307. OLE color: 4229307.

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

Color convert

RGB 187 136 64 -
CMYK 0 0.27 0.66 0.27
HSL 35.12º 0.49% 0.49% -
HSV(B) 35.12º 0.66% 0.73% -
XYZ 30.22 28.54 8.77 -
YUV 143.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 187 136 64 0 0.27 0.66 0.27 35.12 0.49 0.49
Hex BB 88 40 0 1B 42 1B 23 31 31
Octal 273 210 100 0 33 102 33 43 61 61
Binary 10111011 10001000 1000000 0 11011 1000010 11011 100011 110001 110001

Color Harmonies of #BB8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8840

Black with #BB8840

Text Example


Text Example

White with #BB8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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