Html Css Color HEX #BB573D Flame Pea

📋 copy color: '#BB573D'

red 187 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #BB573D

Tints of Flame Pea #BB573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 55.82%
G = 25.97%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB573D (or 0xBB573D) is known color: Flame Pea. HEX triplet: BB, 57 and 3D. RGB value is (187,87,61). Sum of RGB (Red+Green+Blue) = 187+87+61=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB573D is #44A8C2. Grayscale: #727272. Windows color (decimal): -4499651 or 4020155. OLE color: 4020155.

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

Color convert

RGB 187 87 61 -
CMYK 0 0.53 0.67 0.27
HSL 12.38º 0.51% 0.49% -
HSV(B) 12.38º 0.67% 0.73% -
XYZ 24.74 17.72 6.53 -
YUV 113.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 187 87 61 0 0.53 0.67 0.27 12.38 0.51 0.49
Hex BB 57 3D 0 35 43 1B C 33 31
Octal 273 127 75 0 65 103 33 14 63 61
Binary 10111011 1010111 111101 0 110101 1000011 11011 1100 110011 110001

Color Harmonies of #BB573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB573D

Black with #BB573D

Text Example


Text Example

White with #BB573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB573D; }

 p { color: rgb(187,87,61); }

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

background-color css

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

 a { background-color: rgb(187,87,61); }

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

border-color css

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

 span { border-color: rgb(187,87,61); }

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