Html Css Color HEX #BB843F Marigold

📋 copy color: '#BB843F'

red 187 ◦ green 132 ◦ blue 63

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

Shades of Marigold #BB843F

Tints of Marigold #BB843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 48.95%
G = 34.55%
B = 16.49%

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

#BB843F (or 0xBB843F) is known color: Marigold. HEX triplet: BB, 84 and 3F. RGB value is (187,132,63). Sum of RGB (Red+Green+Blue) = 187+132+63=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB843F is #447BC0. Grayscale: #8C8C8C. Windows color (decimal): -4488129 or 4162747. OLE color: 4162747.

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

Color convert

RGB 187 132 63 -
CMYK 0 0.29 0.66 0.27
HSL 33.39º 0.5% 0.49% -
HSV(B) 33.39º 0.66% 0.73% -
XYZ 29.64 27.43 8.43 -
YUV 140.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 187 132 63 0 0.29 0.66 0.27 33.39 0.5 0.49
Hex BB 84 3F 0 1D 42 1B 21 32 31
Octal 273 204 77 0 35 102 33 41 62 61
Binary 10111011 10000100 111111 0 11101 1000010 11011 100001 110010 110001

Color Harmonies of #BB843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB843F

Black with #BB843F

Text Example


Text Example

White with #BB843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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