Html Css Color HEX #BB5443 Flame Pea

📋 copy color: '#BB5443'

red 187 ◦ green 84 ◦ blue 67

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

Shades of Flame Pea #BB5443

Tints of Flame Pea #BB5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 55.33%
G = 24.85%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB5443 (or 0xBB5443) is known color: Flame Pea. HEX triplet: BB, 54 and 43. RGB value is (187,84,67). Sum of RGB (Red+Green+Blue) = 187+84+67=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5443 is #44ABBC. Grayscale: #717171. Windows color (decimal): -4500413 or 4412603. OLE color: 4412603.

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

Color convert

RGB 187 84 67 -
CMYK 0 0.55 0.64 0.27
HSL 8.5º 0.47% 0.5% -
HSV(B) 8.5º 0.64% 0.73% -
XYZ 24.68 17.31 7.35 -
YUV 112.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 187 84 67 0 0.55 0.64 0.27 8.5 0.47 0.5
Hex BB 54 43 0 37 40 1B 8 2F 32
Octal 273 124 103 0 67 100 33 10 57 62
Binary 10111011 1010100 1000011 0 110111 1000000 11011 1000 101111 110010

Color Harmonies of #BB5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5443

Black with #BB5443

Text Example


Text Example

White with #BB5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5443; }

 p { color: rgb(187,84,67); }

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

background-color css

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

 a { background-color: rgb(187,84,67); }

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

border-color css

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

 span { border-color: rgb(187,84,67); }

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