Html Css Color HEX #BB5E4B Flame Pea

📋 copy color: '#BB5E4B'

red 187 ◦ green 94 ◦ blue 75

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

Shades of Flame Pea #BB5E4B

Tints of Flame Pea #BB5E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 52.53%
G = 26.4%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB5E4B (or 0xBB5E4B) is known color: Flame Pea. HEX triplet: BB, 5E and 4B. RGB value is (187,94,75). Sum of RGB (Red+Green+Blue) = 187+94+75=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E4B is #44A1B4. Grayscale: #777777. Windows color (decimal): -4497845 or 4939451. OLE color: 4939451.

HSL color Cylindrical-coordinate representation of color #BB5E4B: hue angle of 10.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5E4B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 75 -
CMYK 0 0.50 0.60 0.27
HSL 10.18º 0.45% 0.51% -
HSV(B) 10.18º 0.6% 0.73% -
XYZ 25.77 19.08 8.98 -
YUV 119.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 187 94 75 0 0.50 0.60 0.27 10.18 0.45 0.51
Hex BB 5E 4B 0 32 3C 1B A 2D 33
Octal 273 136 113 0 62 74 33 12 55 63
Binary 10111011 1011110 1001011 0 110010 111100 11011 1010 101101 110011

Color Harmonies of #BB5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E4B

Black with #BB5E4B

Text Example


Text Example

White with #BB5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E4B; }

 p { color: rgb(187,94,75); }

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

background-color css

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

 a { background-color: rgb(187,94,75); }

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

border-color css

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

 span { border-color: rgb(187,94,75); }

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