Html Css Color HEX #BB873A Marigold

📋 copy color: '#BB873A'

red 187 ◦ green 135 ◦ blue 58

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

Shades of Marigold #BB873A

Tints of Marigold #BB873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

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

R = 49.21%
G = 35.53%
B = 15.26%

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

#BB873A (or 0xBB873A) is known color: Marigold. HEX triplet: BB, 87 and 3A. RGB value is (187,135,58). Sum of RGB (Red+Green+Blue) = 187+135+58=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB873A is #4478C5. Grayscale: #8E8E8E. Windows color (decimal): -4487366 or 3835835. OLE color: 3835835.

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

Color convert

RGB 187 135 58 -
CMYK 0 0.28 0.69 0.27
HSL 35.81º 0.53% 0.48% -
HSV(B) 35.81º 0.69% 0.73% -
XYZ 29.92 28.2 7.87 -
YUV 141.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 187 135 58 0 0.28 0.69 0.27 35.81 0.53 0.48
Hex BB 87 3A 0 1C 45 1B 24 35 30
Octal 273 207 72 0 34 105 33 44 65 60
Binary 10111011 10000111 111010 0 11100 1000101 11011 100100 110101 110000

Color Harmonies of #BB873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB873A

Black with #BB873A

Text Example


Text Example

White with #BB873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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