Html Css Color HEX #BB8637 Marigold

📋 copy color: '#BB8637'

red 187 ◦ green 134 ◦ blue 55

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

Shades of Marigold #BB8637

Tints of Marigold #BB8637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.63%

R = 49.73%
G = 35.64%
B = 14.63%

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

#BB8637 (or 0xBB8637) is known color: Marigold. HEX triplet: BB, 86 and 37. RGB value is (187,134,55). Sum of RGB (Red+Green+Blue) = 187+134+55=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8637 is #4479C8. Grayscale: #8D8D8D. Windows color (decimal): -4487625 or 3638971. OLE color: 3638971.

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

Color convert

RGB 187 134 55 -
CMYK 0 0.28 0.71 0.27
HSL 35.91º 0.55% 0.47% -
HSV(B) 35.91º 0.71% 0.73% -
XYZ 29.71 27.89 7.43 -
YUV 140.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 187 134 55 0 0.28 0.71 0.27 35.91 0.55 0.47
Hex BB 86 37 0 1C 47 1B 24 37 2F
Octal 273 206 67 0 34 107 33 44 67 57
Binary 10111011 10000110 110111 0 11100 1000111 11011 100100 110111 101111

Color Harmonies of #BB8637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8637

Black with #BB8637

Text Example


Text Example

White with #BB8637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8637; }

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

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

background-color css

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

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

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

border-color css

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

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

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