Html Css Color HEX #BB853E Marigold

📋 copy color: '#BB853E'

red 187 ◦ green 133 ◦ blue 62

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

Shades of Marigold #BB853E

Tints of Marigold #BB853E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 48.95%
G = 34.82%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB853E (or 0xBB853E) is known color: Marigold. HEX triplet: BB, 85 and 3E. RGB value is (187,133,62). Sum of RGB (Red+Green+Blue) = 187+133+62=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB853E is #447AC1. Grayscale: #8D8D8D. Windows color (decimal): -4487874 or 4097467. OLE color: 4097467.

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

Color convert

RGB 187 133 62 -
CMYK 0 0.29 0.67 0.27
HSL 34.08º 0.5% 0.49% -
HSV(B) 34.08º 0.67% 0.73% -
XYZ 29.75 27.69 8.33 -
YUV 141.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 187 133 62 0 0.29 0.67 0.27 34.08 0.5 0.49
Hex BB 85 3E 0 1D 43 1B 22 32 31
Octal 273 205 76 0 35 103 33 42 62 61
Binary 10111011 10000101 111110 0 11101 1000011 11011 100010 110010 110001

Color Harmonies of #BB853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB853E

Black with #BB853E

Text Example


Text Example

White with #BB853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB853E; }

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

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

background-color css

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

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

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

border-color css

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

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

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