Html Css Color HEX #B66350 Flame Pea

📋 copy color: '#B66350'

red 182 ◦ green 99 ◦ blue 80

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

Shades of Flame Pea #B66350

Tints of Flame Pea #B66350

RGB

 RED value IS 182 (71.48% from 255) = 50.42%

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 50.42%
G = 27.42%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B66350 (or 0xB66350) is known color: Flame Pea. HEX triplet: B6, 63 and 50. RGB value is (182,99,80). Sum of RGB (Red+Green+Blue) = 182+99+80=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B66350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66350 is #499CAF. Grayscale: #797979. Windows color (decimal): -4824240 or 5268406. OLE color: 5268406.

HSL color Cylindrical-coordinate representation of color #B66350: hue angle of 11.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66350 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 99 80 -
CMYK 0 0.46 0.56 0.29
HSL 11.18º 0.41% 0.51% -
HSV(B) 11.18º 0.56% 0.71% -
XYZ 25.2 19.45 10.02 -
YUV 121.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 182 99 80 0 0.46 0.56 0.29 11.18 0.41 0.51
Hex B6 63 50 0 2E 38 1D B 29 33
Octal 266 143 120 0 56 70 35 13 51 63
Binary 10110110 1100011 1010000 0 101110 111000 11101 1011 101001 110011

Color Harmonies of #B66350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66350

Black with #B66350

Text Example


Text Example

White with #B66350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66350; }

 p { color: rgb(182,99,80); }

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

background-color css

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

 a { background-color: rgb(182,99,80); }

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

border-color css

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

 span { border-color: rgb(182,99,80); }

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