Html Css Color HEX #B65540 Flame Pea

📋 copy color: '#B65540'

red 182 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #B65540

Tints of Flame Pea #B65540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 54.98%
G = 25.68%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B65540 (or 0xB65540) is known color: Flame Pea. HEX triplet: B6, 55 and 40. RGB value is (182,85,64). Sum of RGB (Red+Green+Blue) = 182+85+64=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B65540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65540 is #49AABF. Grayscale: #6F6F6F. Windows color (decimal): -4827840 or 4216246. OLE color: 4216246.

HSL color Cylindrical-coordinate representation of color #B65540: hue angle of 10.68º 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 #B65540 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 64 -
CMYK 0 0.53 0.65 0.29
HSL 10.68º 0.48% 0.48% -
HSV(B) 10.68º 0.65% 0.71% -
XYZ 23.47 16.81 6.86 -
YUV 111.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 182 85 64 0 0.53 0.65 0.29 10.68 0.48 0.48
Hex B6 55 40 0 35 41 1D B 30 30
Octal 266 125 100 0 65 101 35 13 60 60
Binary 10110110 1010101 1000000 0 110101 1000001 11101 1011 110000 110000

Color Harmonies of #B65540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65540

Black with #B65540

Text Example


Text Example

White with #B65540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65540; }

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

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

background-color css

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

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

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

border-color css

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

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

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