Html Css Color HEX #BB863A Marigold

📋 copy color: '#BB863A'

red 187 ◦ green 134 ◦ blue 58

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

Shades of Marigold #BB863A

Tints of Marigold #BB863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 49.34%
G = 35.36%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB863A (or 0xBB863A) is known color: Marigold. HEX triplet: BB, 86 and 3A. RGB value is (187,134,58). Sum of RGB (Red+Green+Blue) = 187+134+58=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB863A is #4479C5. Grayscale: #8D8D8D. Windows color (decimal): -4487622 or 3835579. OLE color: 3835579.

HSL color Cylindrical-coordinate representation of color #BB863A: hue angle of 35.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB863A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 58 -
CMYK 0 0.28 0.69 0.27
HSL 35.35º 0.53% 0.48% -
HSV(B) 35.35º 0.69% 0.73% -
XYZ 29.78 27.92 7.82 -
YUV 141.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 187 134 58 0 0.28 0.69 0.27 35.35 0.53 0.48
Hex BB 86 3A 0 1C 45 1B 23 35 30
Octal 273 206 72 0 34 105 33 43 65 60
Binary 10111011 10000110 111010 0 11100 1000101 11011 100011 110101 110000

Color Harmonies of #BB863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB863A

Black with #BB863A

Text Example


Text Example

White with #BB863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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