Html Css Color HEX #BB863E Marigold

📋 copy color: '#BB863E'

red 187 ◦ green 134 ◦ blue 62

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

Shades of Marigold #BB863E

Tints of Marigold #BB863E

RGB

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

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

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

R = 48.83%
G = 34.99%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB863E (or 0xBB863E) is known color: Marigold. HEX triplet: BB, 86 and 3E. RGB value is (187,134,62). Sum of RGB (Red+Green+Blue) = 187+134+62=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB863E is #4479C1. Grayscale: #8D8D8D. Windows color (decimal): -4487618 or 4097723. OLE color: 4097723.

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

Color convert

RGB 187 134 62 -
CMYK 0 0.28 0.67 0.27
HSL 34.56º 0.5% 0.49% -
HSV(B) 34.56º 0.67% 0.73% -
XYZ 29.89 27.96 8.38 -
YUV 141.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 187 134 62 0 0.28 0.67 0.27 34.56 0.5 0.49
Hex BB 86 3E 0 1C 43 1B 23 32 31
Octal 273 206 76 0 34 103 33 43 62 61
Binary 10111011 10000110 111110 0 11100 1000011 11011 100011 110010 110001

Color Harmonies of #BB863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB863E

Black with #BB863E

Text Example


Text Example

White with #BB863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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