Html Css Color HEX #BB6352 Flame Pea

📋 copy color: '#BB6352'

red 187 ◦ green 99 ◦ blue 82

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

Shades of Flame Pea #BB6352

Tints of Flame Pea #BB6352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 50.82%
G = 26.9%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6352 (or 0xBB6352) is known color: Flame Pea. HEX triplet: BB, 63 and 52. RGB value is (187,99,82). Sum of RGB (Red+Green+Blue) = 187+99+82=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6352 is #449CAD. Grayscale: #7B7B7B. Windows color (decimal): -4496558 or 5399483. OLE color: 5399483.

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

Color convert

RGB 187 99 82 -
CMYK 0 0.47 0.56 0.27
HSL 9.71º 0.44% 0.53% -
HSV(B) 9.71º 0.56% 0.73% -
XYZ 26.48 20.1 10.47 -
YUV 123.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 187 99 82 0 0.47 0.56 0.27 9.71 0.44 0.53
Hex BB 63 52 0 2F 38 1B A 2C 35
Octal 273 143 122 0 57 70 33 12 54 65
Binary 10111011 1100011 1010010 0 101111 111000 11011 1010 101100 110101

Color Harmonies of #BB6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6352

Black with #BB6352

Text Example


Text Example

White with #BB6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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