Html Css Color HEX #B36053 Flame Pea

📋 copy color: '#B36053'

red 179 ◦ green 96 ◦ blue 83

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

Shades of Flame Pea #B36053

Tints of Flame Pea #B36053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.82%

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 50%
G = 26.82%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B36053 (or 0xB36053) is known color: Flame Pea. HEX triplet: B3, 60 and 53. RGB value is (179,96,83). Sum of RGB (Red+Green+Blue) = 179+96+83=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B36053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36053 is #4C9FAC. Grayscale: #777777. Windows color (decimal): -5021613 or 5464243. OLE color: 5464243.

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

Color convert

RGB 179 96 83 -
CMYK 0 0.46 0.54 0.30
HSL 8.13º 0.39% 0.51% -
HSV(B) 8.13º 0.54% 0.7% -
XYZ 24.33 18.57 10.49 -
YUV 119.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 179 96 83 0 0.46 0.54 0.30 8.13 0.39 0.51
Hex B3 60 53 0 2E 36 1E 8 27 33
Octal 263 140 123 0 56 66 36 10 47 63
Binary 10110011 1100000 1010011 0 101110 110110 11110 1000 100111 110011

Color Harmonies of #B36053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36053

Black with #B36053

Text Example


Text Example

White with #B36053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36053; }

 p { color: rgb(179,96,83); }

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

background-color css

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

 a { background-color: rgb(179,96,83); }

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

border-color css

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

 span { border-color: rgb(179,96,83); }

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