Html Css Color HEX #B85C4B Flame Pea

📋 copy color: '#B85C4B'

red 184 ◦ green 92 ◦ blue 75

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

Shades of Flame Pea #B85C4B

Tints of Flame Pea #B85C4B

RGB

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

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

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

R = 52.42%
G = 26.21%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B85C4B (or 0xB85C4B) is known color: Flame Pea. HEX triplet: B8, 5C and 4B. RGB value is (184,92,75). Sum of RGB (Red+Green+Blue) = 184+92+75=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C4B is #47A3B4. Grayscale: #757575. Windows color (decimal): -4694965 or 4938936. OLE color: 4938936.

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

Color convert

RGB 184 92 75 -
CMYK 0 0.50 0.59 0.28
HSL 9.36º 0.43% 0.51% -
HSV(B) 9.36º 0.59% 0.72% -
XYZ 24.86 18.35 8.89 -
YUV 117.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 184 92 75 0 0.50 0.59 0.28 9.36 0.43 0.51
Hex B8 5C 4B 0 32 3B 1C 9 2B 33
Octal 270 134 113 0 62 73 34 11 53 63
Binary 10111000 1011100 1001011 0 110010 111011 11100 1001 101011 110011

Color Harmonies of #B85C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C4B

Black with #B85C4B

Text Example


Text Example

White with #B85C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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