Html Css Color HEX #B35C4D Flame Pea

📋 copy color: '#B35C4D'

red 179 ◦ green 92 ◦ blue 77

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

Shades of Flame Pea #B35C4D

Tints of Flame Pea #B35C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 51.44%
G = 26.44%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B35C4D (or 0xB35C4D) is known color: Flame Pea. HEX triplet: B3, 5C and 4D. RGB value is (179,92,77). Sum of RGB (Red+Green+Blue) = 179+92+77=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C4D is #4CA3B2. Grayscale: #747474. Windows color (decimal): -5022643 or 5070003. OLE color: 5070003.

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

Color convert

RGB 179 92 77 -
CMYK 0 0.49 0.57 0.30
HSL 8.82º 0.4% 0.5% -
HSV(B) 8.82º 0.57% 0.7% -
XYZ 23.76 17.77 9.2 -
YUV 116.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 179 92 77 0 0.49 0.57 0.30 8.82 0.4 0.5
Hex B3 5C 4D 0 31 39 1E 9 28 32
Octal 263 134 115 0 61 71 36 11 50 62
Binary 10110011 1011100 1001101 0 110001 111001 11110 1001 101000 110010

Color Harmonies of #B35C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C4D

Black with #B35C4D

Text Example


Text Example

White with #B35C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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