Html Css Color HEX #BB6243 Flame Pea

📋 copy color: '#BB6243'

red 187 ◦ green 98 ◦ blue 67

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

Shades of Flame Pea #BB6243

Tints of Flame Pea #BB6243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 53.13%
G = 27.84%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB6243 (or 0xBB6243) is known color: Flame Pea. HEX triplet: BB, 62 and 43. RGB value is (187,98,67). Sum of RGB (Red+Green+Blue) = 187+98+67=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6243 is #449DBC. Grayscale: #797979. Windows color (decimal): -4496829 or 4416187. OLE color: 4416187.

HSL color Cylindrical-coordinate representation of color #BB6243: hue angle of 15.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 #BB6243 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 98 67 -
CMYK 0 0.48 0.64 0.27
HSL 15.5º 0.47% 0.5% -
HSV(B) 15.5º 0.64% 0.73% -
XYZ 25.87 19.71 7.75 -
YUV 121.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 187 98 67 0 0.48 0.64 0.27 15.5 0.47 0.5
Hex BB 62 43 0 30 40 1B 10 2F 32
Octal 273 142 103 0 60 100 33 20 57 62
Binary 10111011 1100010 1000011 0 110000 1000000 11011 10000 101111 110010

Color Harmonies of #BB6243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6243

Black with #BB6243

Text Example


Text Example

White with #BB6243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6243; }

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

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

background-color css

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

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

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

border-color css

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

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

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