Html Css Color HEX #B65440 Flame Pea

📋 copy color: '#B65440'

red 182 ◦ green 84 ◦ blue 64

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

Shades of Flame Pea #B65440

Tints of Flame Pea #B65440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 55.15%
G = 25.45%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B65440 (or 0xB65440) is known color: Flame Pea. HEX triplet: B6, 54 and 40. RGB value is (182,84,64). Sum of RGB (Red+Green+Blue) = 182+84+64=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B65440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65440 is #49ABBF. Grayscale: #6F6F6F. Windows color (decimal): -4828096 or 4215990. OLE color: 4215990.

HSL color Cylindrical-coordinate representation of color #B65440: hue angle of 10.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B65440 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 84 64 -
CMYK 0 0.54 0.65 0.29
HSL 10.17º 0.48% 0.48% -
HSV(B) 10.17º 0.65% 0.71% -
XYZ 23.39 16.66 6.83 -
YUV 111.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 182 84 64 0 0.54 0.65 0.29 10.17 0.48 0.48
Hex B6 54 40 0 36 41 1D A 30 30
Octal 266 124 100 0 66 101 35 12 60 60
Binary 10110110 1010100 1000000 0 110110 1000001 11101 1010 110000 110000

Color Harmonies of #B65440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65440

Black with #B65440

Text Example


Text Example

White with #B65440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65440; }

 p { color: rgb(182,84,64); }

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

background-color css

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

 a { background-color: rgb(182,84,64); }

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

border-color css

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

 span { border-color: rgb(182,84,64); }

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