Html Css Color HEX #B65C50 Flame Pea

📋 copy color: '#B65C50'

red 182 ◦ green 92 ◦ blue 80

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

Shades of Flame Pea #B65C50

Tints of Flame Pea #B65C50

RGB

 RED value IS 182 (71.48% from 255) = 51.41%

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 51.41%
G = 25.99%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B65C50 (or 0xB65C50) is known color: Flame Pea. HEX triplet: B6, 5C and 50. RGB value is (182,92,80). Sum of RGB (Red+Green+Blue) = 182+92+80=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C50 is #49A3AF. Grayscale: #757575. Windows color (decimal): -4826032 or 5266614. OLE color: 5266614.

HSL color Cylindrical-coordinate representation of color #B65C50: hue angle of 7.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65C50 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 80 -
CMYK 0 0.49 0.56 0.29
HSL 7.06º 0.41% 0.51% -
HSV(B) 7.06º 0.56% 0.71% -
XYZ 24.57 18.18 9.8 -
YUV 117.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 182 92 80 0 0.49 0.56 0.29 7.06 0.41 0.51
Hex B6 5C 50 0 31 38 1D 7 29 33
Octal 266 134 120 0 61 70 35 7 51 63
Binary 10110110 1011100 1010000 0 110001 111000 11101 111 101001 110011

Color Harmonies of #B65C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C50

Black with #B65C50

Text Example


Text Example

White with #B65C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C50; }

 p { color: rgb(182,92,80); }

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

background-color css

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

 a { background-color: rgb(182,92,80); }

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

border-color css

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

 span { border-color: rgb(182,92,80); }

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