Html Css Color HEX #B75541 Flame Pea

📋 copy color: '#B75541'

red 183 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #B75541

Tints of Flame Pea #B75541

RGB

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

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

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

R = 54.95%
G = 25.53%
B = 19.52%

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

#B75541 (or 0xB75541) is known color: Flame Pea. HEX triplet: B7, 55 and 41. RGB value is (183,85,65). Sum of RGB (Red+Green+Blue) = 183+85+65=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B75541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75541 is #48AABE. Grayscale: #707070. Windows color (decimal): -4762303 or 4281783. OLE color: 4281783.

HSL color Cylindrical-coordinate representation of color #B75541: hue angle of 10.17º 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 #B75541 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 65 -
CMYK 0 0.54 0.64 0.28
HSL 10.17º 0.48% 0.49% -
HSV(B) 10.17º 0.64% 0.72% -
XYZ 23.73 16.95 7.02 -
YUV 112.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 183 85 65 0 0.54 0.64 0.28 10.17 0.48 0.49
Hex B7 55 41 0 36 40 1C A 30 31
Octal 267 125 101 0 66 100 34 12 60 61
Binary 10110111 1010101 1000001 0 110110 1000000 11100 1010 110000 110001

Color Harmonies of #B75541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75541

Black with #B75541

Text Example


Text Example

White with #B75541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75541; }

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

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

background-color css

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

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

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

border-color css

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

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

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