Html Css Color HEX #BB563D Flame Pea

📋 copy color: '#BB563D'

red 187 ◦ green 86 ◦ blue 61

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

Shades of Flame Pea #BB563D

Tints of Flame Pea #BB563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 55.99%
G = 25.75%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB563D (or 0xBB563D) is known color: Flame Pea. HEX triplet: BB, 56 and 3D. RGB value is (187,86,61). Sum of RGB (Red+Green+Blue) = 187+86+61=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB563D is #44A9C2. Grayscale: #717171. Windows color (decimal): -4499907 or 4019899. OLE color: 4019899.

HSL color Cylindrical-coordinate representation of color #BB563D: hue angle of 11.9º 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 #BB563D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 86 61 -
CMYK 0 0.54 0.67 0.27
HSL 11.9º 0.51% 0.49% -
HSV(B) 11.9º 0.67% 0.73% -
XYZ 24.66 17.56 6.5 -
YUV 113.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 187 86 61 0 0.54 0.67 0.27 11.9 0.51 0.49
Hex BB 56 3D 0 36 43 1B C 33 31
Octal 273 126 75 0 66 103 33 14 63 61
Binary 10111011 1010110 111101 0 110110 1000011 11011 1100 110011 110001

Color Harmonies of #BB563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB563D

Black with #BB563D

Text Example


Text Example

White with #BB563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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