Html Css Color HEX #BB5D46 Flame Pea

📋 copy color: '#BB5D46'

red 187 ◦ green 93 ◦ blue 70

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

Shades of Flame Pea #BB5D46

Tints of Flame Pea #BB5D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 53.43%
G = 26.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5D46 (or 0xBB5D46) is known color: Flame Pea. HEX triplet: BB, 5D and 46. RGB value is (187,93,70). Sum of RGB (Red+Green+Blue) = 187+93+70=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D46 is #44A2B9. Grayscale: #767676. Windows color (decimal): -4498106 or 4611515. OLE color: 4611515.

HSL color Cylindrical-coordinate representation of color #BB5D46: hue angle of 11.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5D46 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 70 -
CMYK 0 0.50 0.63 0.27
HSL 11.79º 0.46% 0.5% -
HSV(B) 11.79º 0.63% 0.73% -
XYZ 25.51 18.84 8.09 -
YUV 118.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 187 93 70 0 0.50 0.63 0.27 11.79 0.46 0.5
Hex BB 5D 46 0 32 3F 1B C 2E 32
Octal 273 135 106 0 62 77 33 14 56 62
Binary 10111011 1011101 1000110 0 110010 111111 11011 1100 101110 110010

Color Harmonies of #BB5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D46

Black with #BB5D46

Text Example


Text Example

White with #BB5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D46; }

 p { color: rgb(187,93,70); }

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

background-color css

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

 a { background-color: rgb(187,93,70); }

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

border-color css

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

 span { border-color: rgb(187,93,70); }

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