Html Css Color HEX #B85A4B Flame Pea

📋 copy color: '#B85A4B'

red 184 ◦ green 90 ◦ blue 75

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

Shades of Flame Pea #B85A4B

Tints of Flame Pea #B85A4B

RGB

 RED value IS 184 (72.27% from 255) = 52.72%

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

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

R = 52.72%
G = 25.79%
B = 21.49%

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

#B85A4B (or 0xB85A4B) is known color: Flame Pea. HEX triplet: B8, 5A and 4B. RGB value is (184,90,75). Sum of RGB (Red+Green+Blue) = 184+90+75=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A4B is #47A5B4. Grayscale: #747474. Windows color (decimal): -4695477 or 4938424. OLE color: 4938424.

HSL color Cylindrical-coordinate representation of color #B85A4B: hue angle of 8.26º 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 #B85A4B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 75 -
CMYK 0 0.51 0.59 0.28
HSL 8.26º 0.43% 0.51% -
HSV(B) 8.26º 0.59% 0.72% -
XYZ 24.69 18.01 8.83 -
YUV 116.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 184 90 75 0 0.51 0.59 0.28 8.26 0.43 0.51
Hex B8 5A 4B 0 33 3B 1C 8 2B 33
Octal 270 132 113 0 63 73 34 10 53 63
Binary 10111000 1011010 1001011 0 110011 111011 11100 1000 101011 110011

Color Harmonies of #B85A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A4B

Black with #B85A4B

Text Example


Text Example

White with #B85A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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