Html Css Color HEX #B75D4D Flame Pea

📋 copy color: '#B75D4D'

red 183 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #B75D4D

Tints of Flame Pea #B75D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 51.84%
G = 26.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B75D4D (or 0xB75D4D) is known color: Flame Pea. HEX triplet: B7, 5D and 4D. RGB value is (183,93,77). Sum of RGB (Red+Green+Blue) = 183+93+77=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D4D is #48A2B2. Grayscale: #767676. Windows color (decimal): -4760243 or 5070263. OLE color: 5070263.

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

Color convert

RGB 183 93 77 -
CMYK 0 0.49 0.58 0.28
HSL 9.06º 0.42% 0.51% -
HSV(B) 9.06º 0.58% 0.72% -
XYZ 24.78 18.43 9.27 -
YUV 118.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 183 93 77 0 0.49 0.58 0.28 9.06 0.42 0.51
Hex B7 5D 4D 0 31 3A 1C 9 2A 33
Octal 267 135 115 0 61 72 34 11 52 63
Binary 10110111 1011101 1001101 0 110001 111010 11100 1001 101010 110011

Color Harmonies of #B75D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D4D

Black with #B75D4D

Text Example


Text Example

White with #B75D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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