Html Css Color HEX #B75540 Flame Pea

📋 copy color: '#B75540'

red 183 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #B75540

Tints of Flame Pea #B75540

RGB

 RED value IS 183 (71.88% from 255) = 55.12%

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

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

R = 55.12%
G = 25.6%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B75540 (or 0xB75540) is known color: Flame Pea. HEX triplet: B7, 55 and 40. RGB value is (183,85,64). Sum of RGB (Red+Green+Blue) = 183+85+64=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B75540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75540 is #48AABF. Grayscale: #707070. Windows color (decimal): -4762304 or 4216247. OLE color: 4216247.

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

Color convert

RGB 183 85 64 -
CMYK 0 0.54 0.65 0.28
HSL 10.59º 0.48% 0.48% -
HSV(B) 10.59º 0.65% 0.72% -
XYZ 23.7 16.93 6.87 -
YUV 111.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 183 85 64 0 0.54 0.65 0.28 10.59 0.48 0.48
Hex B7 55 40 0 36 41 1C B 30 30
Octal 267 125 100 0 66 101 34 13 60 60
Binary 10110111 1010101 1000000 0 110110 1000001 11100 1011 110000 110000

Color Harmonies of #B75540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75540

Black with #B75540

Text Example


Text Example

White with #B75540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75540; }

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

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

background-color css

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

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

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

border-color css

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

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

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