Html Css Color HEX #BB863F Marigold

📋 copy color: '#BB863F'

red 187 ◦ green 134 ◦ blue 63

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

Shades of Marigold #BB863F

Tints of Marigold #BB863F

RGB

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

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

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

R = 48.7%
G = 34.9%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB863F (or 0xBB863F) is known color: Marigold. HEX triplet: BB, 86 and 3F. RGB value is (187,134,63). Sum of RGB (Red+Green+Blue) = 187+134+63=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB863F is #4479C0. Grayscale: #8E8E8E. Windows color (decimal): -4487617 or 4163259. OLE color: 4163259.

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

Color convert

RGB 187 134 63 -
CMYK 0 0.28 0.66 0.27
HSL 34.35º 0.5% 0.49% -
HSV(B) 34.35º 0.66% 0.73% -
XYZ 29.92 27.97 8.53 -
YUV 141.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 187 134 63 0 0.28 0.66 0.27 34.35 0.5 0.49
Hex BB 86 3F 0 1C 42 1B 22 32 31
Octal 273 206 77 0 34 102 33 42 62 61
Binary 10111011 10000110 111111 0 11100 1000010 11011 100010 110010 110001

Color Harmonies of #BB863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB863F

Black with #BB863F

Text Example


Text Example

White with #BB863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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