Html Css Color HEX #B35741 Flame Pea

📋 copy color: '#B35741'

red 179 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #B35741

Tints of Flame Pea #B35741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 54.08%
G = 26.28%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B35741 (or 0xB35741) is known color: Flame Pea. HEX triplet: B3, 57 and 41. RGB value is (179,87,65). Sum of RGB (Red+Green+Blue) = 179+87+65=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B35741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35741 is #4CA8BE. Grayscale: #707070. Windows color (decimal): -5023935 or 4282291. OLE color: 4282291.

HSL color Cylindrical-coordinate representation of color #B35741: hue angle of 11.58º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35741 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 87 65 -
CMYK 0 0.51 0.64 0.30
HSL 11.58º 0.47% 0.48% -
HSV(B) 11.58º 0.64% 0.7% -
XYZ 22.95 16.78 7.03 -
YUV 112 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 179 87 65 0 0.51 0.64 0.30 11.58 0.47 0.48
Hex B3 57 41 0 33 40 1E C 2F 30
Octal 263 127 101 0 63 100 36 14 57 60
Binary 10110011 1010111 1000001 0 110011 1000000 11110 1100 101111 110000

Color Harmonies of #B35741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35741

Black with #B35741

Text Example


Text Example

White with #B35741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35741; }

 p { color: rgb(179,87,65); }

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

background-color css

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

 a { background-color: rgb(179,87,65); }

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

border-color css

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

 span { border-color: rgb(179,87,65); }

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