Html Css Color HEX #BB853A Marigold

📋 copy color: '#BB853A'

red 187 ◦ green 133 ◦ blue 58

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

Shades of Marigold #BB853A

Tints of Marigold #BB853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 49.47%
G = 35.19%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB853A (or 0xBB853A) is known color: Marigold. HEX triplet: BB, 85 and 3A. RGB value is (187,133,58). Sum of RGB (Red+Green+Blue) = 187+133+58=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB853A is #447AC5. Grayscale: #8C8C8C. Windows color (decimal): -4487878 or 3835323. OLE color: 3835323.

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

Color convert

RGB 187 133 58 -
CMYK 0 0.29 0.69 0.27
HSL 34.88º 0.53% 0.48% -
HSV(B) 34.88º 0.69% 0.73% -
XYZ 29.64 27.65 7.78 -
YUV 140.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 187 133 58 0 0.29 0.69 0.27 34.88 0.53 0.48
Hex BB 85 3A 0 1D 45 1B 23 35 30
Octal 273 205 72 0 35 105 33 43 65 60
Binary 10111011 10000101 111010 0 11101 1000101 11011 100011 110101 110000

Color Harmonies of #BB853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB853A

Black with #BB853A

Text Example


Text Example

White with #BB853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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