Html Css Color HEX #BB863D Marigold

📋 copy color: '#BB863D'

red 187 ◦ green 134 ◦ blue 61

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

Shades of Marigold #BB863D

Tints of Marigold #BB863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 48.95%
G = 35.08%
B = 15.97%

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

#BB863D (or 0xBB863D) is known color: Marigold. HEX triplet: BB, 86 and 3D. RGB value is (187,134,61). Sum of RGB (Red+Green+Blue) = 187+134+61=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB863D is #4479C2. Grayscale: #8D8D8D. Windows color (decimal): -4487619 or 4032187. OLE color: 4032187.

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

Color convert

RGB 187 134 61 -
CMYK 0 0.28 0.67 0.27
HSL 34.76º 0.51% 0.49% -
HSV(B) 34.76º 0.67% 0.73% -
XYZ 29.86 27.95 8.24 -
YUV 141.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 187 134 61 0 0.28 0.67 0.27 34.76 0.51 0.49
Hex BB 86 3D 0 1C 43 1B 23 33 31
Octal 273 206 75 0 34 103 33 43 63 61
Binary 10111011 10000110 111101 0 11100 1000011 11011 100011 110011 110001

Color Harmonies of #BB863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB863D

Black with #BB863D

Text Example


Text Example

White with #BB863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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