Html Css Color HEX #B35C47 Flame Pea

📋 copy color: '#B35C47'

red 179 ◦ green 92 ◦ blue 71

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

Shades of Flame Pea #B35C47

Tints of Flame Pea #B35C47

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

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

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 52.34%
G = 26.9%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B35C47 (or 0xB35C47) is known color: Flame Pea. HEX triplet: B3, 5C and 47. RGB value is (179,92,71). Sum of RGB (Red+Green+Blue) = 179+92+71=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C47 is #4CA3B8. Grayscale: #737373. Windows color (decimal): -5022649 or 4676787. OLE color: 4676787.

HSL color Cylindrical-coordinate representation of color #B35C47: hue angle of 11.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B35C47 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 71 -
CMYK 0 0.49 0.60 0.30
HSL 11.67º 0.43% 0.49% -
HSV(B) 11.67º 0.6% 0.7% -
XYZ 23.55 17.69 8.13 -
YUV 115.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 179 92 71 0 0.49 0.60 0.30 11.67 0.43 0.49
Hex B3 5C 47 0 31 3C 1E C 2B 31
Octal 263 134 107 0 61 74 36 14 53 61
Binary 10110011 1011100 1000111 0 110001 111100 11110 1100 101011 110001

Color Harmonies of #B35C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C47

Black with #B35C47

Text Example


Text Example

White with #B35C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C47; }

 p { color: rgb(179,92,71); }

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

background-color css

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

 a { background-color: rgb(179,92,71); }

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

border-color css

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

 span { border-color: rgb(179,92,71); }

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