Html Css Color HEX #B6594D Flame Pea

📋 copy color: '#B6594D'

red 182 ◦ green 89 ◦ blue 77

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

Shades of Flame Pea #B6594D

Tints of Flame Pea #B6594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

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

R = 52.3%
G = 25.57%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6594D (or 0xB6594D) is known color: Flame Pea. HEX triplet: B6, 59 and 4D. RGB value is (182,89,77). Sum of RGB (Red+Green+Blue) = 182+89+77=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6594D is #49A6B2. Grayscale: #737373. Windows color (decimal): -4826803 or 5069238. OLE color: 5069238.

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

Color convert

RGB 182 89 77 -
CMYK 0 0.51 0.58 0.29
HSL 6.86º 0.42% 0.51% -
HSV(B) 6.86º 0.58% 0.71% -
XYZ 24.2 17.63 9.15 -
YUV 115.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 182 89 77 0 0.51 0.58 0.29 6.86 0.42 0.51
Hex B6 59 4D 0 33 3A 1D 7 2A 33
Octal 266 131 115 0 63 72 35 7 52 63
Binary 10110110 1011001 1001101 0 110011 111010 11101 111 101010 110011

Color Harmonies of #B6594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6594D

Black with #B6594D

Text Example


Text Example

White with #B6594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6594D; }

 p { color: rgb(182,89,77); }

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

background-color css

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

 a { background-color: rgb(182,89,77); }

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

border-color css

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

 span { border-color: rgb(182,89,77); }

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