Html Css Color HEX #B65E4D Flame Pea

📋 copy color: '#B65E4D'

red 182 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #B65E4D

Tints of Flame Pea #B65E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 51.56%
G = 26.63%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B65E4D (or 0xB65E4D) is known color: Flame Pea. HEX triplet: B6, 5E and 4D. RGB value is (182,94,77). Sum of RGB (Red+Green+Blue) = 182+94+77=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E4D is #49A1B2. Grayscale: #767676. Windows color (decimal): -4825523 or 5070518. OLE color: 5070518.

HSL color Cylindrical-coordinate representation of color #B65E4D: hue angle of 9.71º 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 #B65E4D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 77 -
CMYK 0 0.48 0.58 0.29
HSL 9.71º 0.42% 0.51% -
HSV(B) 9.71º 0.58% 0.71% -
XYZ 24.63 18.49 9.29 -
YUV 118.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 182 94 77 0 0.48 0.58 0.29 9.71 0.42 0.51
Hex B6 5E 4D 0 30 3A 1D A 2A 33
Octal 266 136 115 0 60 72 35 12 52 63
Binary 10110110 1011110 1001101 0 110000 111010 11101 1010 101010 110011

Color Harmonies of #B65E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E4D

Black with #B65E4D

Text Example


Text Example

White with #B65E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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