Html Css Color HEX #BB843C Marigold

📋 copy color: '#BB843C'

red 187 ◦ green 132 ◦ blue 60

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

Shades of Marigold #BB843C

Tints of Marigold #BB843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 49.34%
G = 34.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB843C (or 0xBB843C) is known color: Marigold. HEX triplet: BB, 84 and 3C. RGB value is (187,132,60). Sum of RGB (Red+Green+Blue) = 187+132+60=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB843C is #447BC3. Grayscale: #8C8C8C. Windows color (decimal): -4488132 or 3966139. OLE color: 3966139.

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

Color convert

RGB 187 132 60 -
CMYK 0 0.29 0.68 0.27
HSL 34.02º 0.51% 0.48% -
HSV(B) 34.02º 0.68% 0.73% -
XYZ 29.56 27.39 8 -
YUV 140.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 187 132 60 0 0.29 0.68 0.27 34.02 0.51 0.48
Hex BB 84 3C 0 1D 44 1B 22 33 30
Octal 273 204 74 0 35 104 33 42 63 60
Binary 10111011 10000100 111100 0 11101 1000100 11011 100010 110011 110000

Color Harmonies of #BB843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB843C

Black with #BB843C

Text Example


Text Example

White with #BB843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB843C; }

 p { color: rgb(187,132,60); }

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

background-color css

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

 a { background-color: rgb(187,132,60); }

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

border-color css

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

 span { border-color: rgb(187,132,60); }

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