Html Css Color HEX #BB6350 Flame Pea

📋 copy color: '#BB6350'

red 187 ◦ green 99 ◦ blue 80

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

Shades of Flame Pea #BB6350

Tints of Flame Pea #BB6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 51.09%
G = 27.05%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6350 (or 0xBB6350) is known color: Flame Pea. HEX triplet: BB, 63 and 50. RGB value is (187,99,80). Sum of RGB (Red+Green+Blue) = 187+99+80=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6350 is #449CAF. Grayscale: #7B7B7B. Windows color (decimal): -4496560 or 5268411. OLE color: 5268411.

HSL color Cylindrical-coordinate representation of color #BB6350: hue angle of 10.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6350 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 80 -
CMYK 0 0.47 0.57 0.27
HSL 10.65º 0.44% 0.52% -
HSV(B) 10.65º 0.57% 0.73% -
XYZ 26.4 20.07 10.07 -
YUV 123.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 187 99 80 0 0.47 0.57 0.27 10.65 0.44 0.52
Hex BB 63 50 0 2F 39 1B B 2C 34
Octal 273 143 120 0 57 71 33 13 54 64
Binary 10111011 1100011 1010000 0 101111 111001 11011 1011 101100 110100

Color Harmonies of #BB6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6350

Black with #BB6350

Text Example


Text Example

White with #BB6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6350; }

 p { color: rgb(187,99,80); }

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

background-color css

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

 a { background-color: rgb(187,99,80); }

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

border-color css

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

 span { border-color: rgb(187,99,80); }

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