Html Css Color HEX #B75441 Flame Pea

📋 copy color: '#B75441'

red 183 ◦ green 84 ◦ blue 65

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

Shades of Flame Pea #B75441

Tints of Flame Pea #B75441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 55.12%
G = 25.3%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B75441 (or 0xB75441) is known color: Flame Pea. HEX triplet: B7, 54 and 41. RGB value is (183,84,65). Sum of RGB (Red+Green+Blue) = 183+84+65=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B75441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75441 is #48ABBE. Grayscale: #6F6F6F. Windows color (decimal): -4762559 or 4281527. OLE color: 4281527.

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

Color convert

RGB 183 84 65 -
CMYK 0 0.54 0.64 0.28
HSL 9.66º 0.48% 0.49% -
HSV(B) 9.66º 0.64% 0.72% -
XYZ 23.65 16.79 7 -
YUV 111.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 183 84 65 0 0.54 0.64 0.28 9.66 0.48 0.49
Hex B7 54 41 0 36 40 1C A 30 31
Octal 267 124 101 0 66 100 34 12 60 61
Binary 10110111 1010100 1000001 0 110110 1000000 11100 1010 110000 110001

Color Harmonies of #B75441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75441

Black with #B75441

Text Example


Text Example

White with #B75441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75441; }

 p { color: rgb(183,84,65); }

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

background-color css

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

 a { background-color: rgb(183,84,65); }

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

border-color css

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

 span { border-color: rgb(183,84,65); }

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