Html Css Color HEX #B75E46 Flame Pea

📋 copy color: '#B75E46'

red 183 ◦ green 94 ◦ blue 70

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

Shades of Flame Pea #B75E46

Tints of Flame Pea #B75E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 52.74%
G = 27.09%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B75E46 (or 0xB75E46) is known color: Flame Pea. HEX triplet: B7, 5E and 46. RGB value is (183,94,70). Sum of RGB (Red+Green+Blue) = 183+94+70=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E46 is #48A1B9. Grayscale: #767676. Windows color (decimal): -4759994 or 4611767. OLE color: 4611767.

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

Color convert

RGB 183 94 70 -
CMYK 0 0.49 0.62 0.28
HSL 12.74º 0.45% 0.5% -
HSV(B) 12.74º 0.62% 0.72% -
XYZ 24.64 18.51 8.07 -
YUV 117.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 183 94 70 0 0.49 0.62 0.28 12.74 0.45 0.5
Hex B7 5E 46 0 31 3E 1C D 2D 32
Octal 267 136 106 0 61 76 34 15 55 62
Binary 10110111 1011110 1000110 0 110001 111110 11100 1101 101101 110010

Color Harmonies of #B75E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E46

Black with #B75E46

Text Example


Text Example

White with #B75E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E46; }

 p { color: rgb(183,94,70); }

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

background-color css

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

 a { background-color: rgb(183,94,70); }

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

border-color css

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

 span { border-color: rgb(183,94,70); }

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