Html Css Color HEX #B35C46 Flame Pea

📋 copy color: '#B35C46'

red 179 ◦ green 92 ◦ blue 70

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

Shades of Flame Pea #B35C46

Tints of Flame Pea #B35C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 52.49%
G = 26.98%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B35C46 (or 0xB35C46) is known color: Flame Pea. HEX triplet: B3, 5C and 46. RGB value is (179,92,70). Sum of RGB (Red+Green+Blue) = 179+92+70=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C46 is #4CA3B9. Grayscale: #737373. Windows color (decimal): -5022650 or 4611251. OLE color: 4611251.

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

Color convert

RGB 179 92 70 -
CMYK 0 0.49 0.61 0.30
HSL 12.11º 0.44% 0.49% -
HSV(B) 12.11º 0.61% 0.7% -
XYZ 23.52 17.68 7.97 -
YUV 115.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 179 92 70 0 0.49 0.61 0.30 12.11 0.44 0.49
Hex B3 5C 46 0 31 3D 1E C 2C 31
Octal 263 134 106 0 61 75 36 14 54 61
Binary 10110011 1011100 1000110 0 110001 111101 11110 1100 101100 110001

Color Harmonies of #B35C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C46

Black with #B35C46

Text Example


Text Example

White with #B35C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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