Html Css Color HEX #B65844 Flame Pea

📋 copy color: '#B65844'

red 182 ◦ green 88 ◦ blue 68

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

Shades of Flame Pea #B65844

Tints of Flame Pea #B65844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 53.85%
G = 26.04%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B65844 (or 0xB65844) is known color: Flame Pea. HEX triplet: B6, 58 and 44. RGB value is (182,88,68). Sum of RGB (Red+Green+Blue) = 182+88+68=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B65844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65844 is #49A7BB. Grayscale: #727272. Windows color (decimal): -4827068 or 4479158. OLE color: 4479158.

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

Color convert

RGB 182 88 68 -
CMYK 0 0.52 0.63 0.29
HSL 10.53º 0.46% 0.49% -
HSV(B) 10.53º 0.63% 0.71% -
XYZ 23.82 17.34 7.56 -
YUV 113.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 182 88 68 0 0.52 0.63 0.29 10.53 0.46 0.49
Hex B6 58 44 0 34 3F 1D B 2E 31
Octal 266 130 104 0 64 77 35 13 56 61
Binary 10110110 1011000 1000100 0 110100 111111 11101 1011 101110 110001

Color Harmonies of #B65844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65844

Black with #B65844

Text Example


Text Example

White with #B65844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65844; }

 p { color: rgb(182,88,68); }

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

background-color css

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

 a { background-color: rgb(182,88,68); }

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

border-color css

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

 span { border-color: rgb(182,88,68); }

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