Html Css Color HEX #BB853C Marigold

📋 copy color: '#BB853C'

red 187 ◦ green 133 ◦ blue 60

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

Shades of Marigold #BB853C

Tints of Marigold #BB853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 49.21%
G = 35%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB853C (or 0xBB853C) is known color: Marigold. HEX triplet: BB, 85 and 3C. RGB value is (187,133,60). Sum of RGB (Red+Green+Blue) = 187+133+60=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB853C is #447AC3. Grayscale: #8D8D8D. Windows color (decimal): -4487876 or 3966395. OLE color: 3966395.

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

Color convert

RGB 187 133 60 -
CMYK 0 0.29 0.68 0.27
HSL 34.49º 0.51% 0.48% -
HSV(B) 34.49º 0.68% 0.73% -
XYZ 29.7 27.67 8.05 -
YUV 140.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 187 133 60 0 0.29 0.68 0.27 34.49 0.51 0.48
Hex BB 85 3C 0 1D 44 1B 22 33 30
Octal 273 205 74 0 35 104 33 42 63 60
Binary 10111011 10000101 111100 0 11101 1000100 11011 100010 110011 110000

Color Harmonies of #BB853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB853C

Black with #BB853C

Text Example


Text Example

White with #BB853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB853C; }

 p { color: rgb(187,133,60); }

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

background-color css

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

 a { background-color: rgb(187,133,60); }

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

border-color css

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

 span { border-color: rgb(187,133,60); }

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