Html Css Color HEX #B75A4B Flame Pea

📋 copy color: '#B75A4B'

red 183 ◦ green 90 ◦ blue 75

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

Shades of Flame Pea #B75A4B

Tints of Flame Pea #B75A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 52.59%
G = 25.86%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B75A4B (or 0xB75A4B) is known color: Flame Pea. HEX triplet: B7, 5A and 4B. RGB value is (183,90,75). Sum of RGB (Red+Green+Blue) = 183+90+75=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A4B is #48A5B4. Grayscale: #747474. Windows color (decimal): -4761013 or 4938423. OLE color: 4938423.

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

Color convert

RGB 183 90 75 -
CMYK 0 0.51 0.59 0.28
HSL 8.33º 0.43% 0.51% -
HSV(B) 8.33º 0.59% 0.72% -
XYZ 24.45 17.89 8.82 -
YUV 116.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 183 90 75 0 0.51 0.59 0.28 8.33 0.43 0.51
Hex B7 5A 4B 0 33 3B 1C 8 2B 33
Octal 267 132 113 0 63 73 34 10 53 63
Binary 10110111 1011010 1001011 0 110011 111011 11100 1000 101011 110011

Color Harmonies of #B75A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A4B

Black with #B75A4B

Text Example


Text Example

White with #B75A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A4B; }

 p { color: rgb(183,90,75); }

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

background-color css

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

 a { background-color: rgb(183,90,75); }

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

border-color css

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

 span { border-color: rgb(183,90,75); }

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