Html Css Color HEX #BB853F Marigold

📋 copy color: '#BB853F'

red 187 ◦ green 133 ◦ blue 63

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

Shades of Marigold #BB853F

Tints of Marigold #BB853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 48.83%
G = 34.73%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB853F (or 0xBB853F) is known color: Marigold. HEX triplet: BB, 85 and 3F. RGB value is (187,133,63). Sum of RGB (Red+Green+Blue) = 187+133+63=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB853F is #447AC0. Grayscale: #8D8D8D. Windows color (decimal): -4487873 or 4163003. OLE color: 4163003.

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

Color convert

RGB 187 133 63 -
CMYK 0 0.29 0.66 0.27
HSL 33.87º 0.5% 0.49% -
HSV(B) 33.87º 0.66% 0.73% -
XYZ 29.78 27.7 8.48 -
YUV 141.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 187 133 63 0 0.29 0.66 0.27 33.87 0.5 0.49
Hex BB 85 3F 0 1D 42 1B 22 32 31
Octal 273 205 77 0 35 102 33 42 62 61
Binary 10111011 10000101 111111 0 11101 1000010 11011 100010 110010 110001

Color Harmonies of #BB853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB853F

Black with #BB853F

Text Example


Text Example

White with #BB853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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