Html Css Color HEX #B75C50 Flame Pea

📋 copy color: '#B75C50'

red 183 ◦ green 92 ◦ blue 80

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

Shades of Flame Pea #B75C50

Tints of Flame Pea #B75C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 51.55%
G = 25.92%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B75C50 (or 0xB75C50) is known color: Flame Pea. HEX triplet: B7, 5C and 50. RGB value is (183,92,80). Sum of RGB (Red+Green+Blue) = 183+92+80=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C50 is #48A3AF. Grayscale: #757575. Windows color (decimal): -4760496 or 5266615. OLE color: 5266615.

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

Color convert

RGB 183 92 80 -
CMYK 0 0.50 0.56 0.28
HSL 6.99º 0.42% 0.52% -
HSV(B) 6.99º 0.56% 0.72% -
XYZ 24.8 18.3 9.81 -
YUV 117.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 183 92 80 0 0.50 0.56 0.28 6.99 0.42 0.52
Hex B7 5C 50 0 32 38 1C 7 2A 34
Octal 267 134 120 0 62 70 34 7 52 64
Binary 10110111 1011100 1010000 0 110010 111000 11100 111 101010 110100

Color Harmonies of #B75C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C50

Black with #B75C50

Text Example


Text Example

White with #B75C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C50; }

 p { color: rgb(183,92,80); }

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

background-color css

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

 a { background-color: rgb(183,92,80); }

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

border-color css

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

 span { border-color: rgb(183,92,80); }

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