Html Css Color HEX #B75D4E Flame Pea

📋 copy color: '#B75D4E'

red 183 ◦ green 93 ◦ blue 78

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

Shades of Flame Pea #B75D4E

Tints of Flame Pea #B75D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 51.69%
G = 26.27%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B75D4E (or 0xB75D4E) is known color: Flame Pea. HEX triplet: B7, 5D and 4E. RGB value is (183,93,78). Sum of RGB (Red+Green+Blue) = 183+93+78=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D4E is #48A2B1. Grayscale: #767676. Windows color (decimal): -4760242 or 5135799. OLE color: 5135799.

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

Color convert

RGB 183 93 78 -
CMYK 0 0.49 0.57 0.28
HSL 8.57º 0.42% 0.51% -
HSV(B) 8.57º 0.57% 0.72% -
XYZ 24.82 18.45 9.46 -
YUV 118.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 183 93 78 0 0.49 0.57 0.28 8.57 0.42 0.51
Hex B7 5D 4E 0 31 39 1C 9 2A 33
Octal 267 135 116 0 61 71 34 11 52 63
Binary 10110111 1011101 1001110 0 110001 111001 11100 1001 101010 110011

Color Harmonies of #B75D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D4E

Black with #B75D4E

Text Example


Text Example

White with #B75D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D4E; }

 p { color: rgb(183,93,78); }

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

background-color css

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

 a { background-color: rgb(183,93,78); }

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

border-color css

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

 span { border-color: rgb(183,93,78); }

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