Html Css Color HEX #BB8636 Marigold

📋 copy color: '#BB8636'

red 187 ◦ green 134 ◦ blue 54

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

Shades of Marigold #BB8636

Tints of Marigold #BB8636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 49.87%
G = 35.73%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8636 (or 0xBB8636) is known color: Marigold. HEX triplet: BB, 86 and 36. RGB value is (187,134,54). Sum of RGB (Red+Green+Blue) = 187+134+54=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8636 is #4479C9. Grayscale: #8D8D8D. Windows color (decimal): -4487626 or 3573435. OLE color: 3573435.

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

Color convert

RGB 187 134 54 -
CMYK 0 0.28 0.71 0.27
HSL 36.09º 0.55% 0.47% -
HSV(B) 36.09º 0.71% 0.73% -
XYZ 29.68 27.88 7.31 -
YUV 140.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 187 134 54 0 0.28 0.71 0.27 36.09 0.55 0.47
Hex BB 86 36 0 1C 47 1B 24 37 2F
Octal 273 206 66 0 34 107 33 44 67 57
Binary 10111011 10000110 110110 0 11100 1000111 11011 100100 110111 101111

Color Harmonies of #BB8636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8636

Black with #BB8636

Text Example


Text Example

White with #BB8636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8636; }

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

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

background-color css

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

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

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

border-color css

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

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

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