Html Css Color HEX #B65D4D Flame Pea

📋 copy color: '#B65D4D'

red 182 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #B65D4D

Tints of Flame Pea #B65D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 51.7%
G = 26.42%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B65D4D (or 0xB65D4D) is known color: Flame Pea. HEX triplet: B6, 5D and 4D. RGB value is (182,93,77). Sum of RGB (Red+Green+Blue) = 182+93+77=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D4D is #49A2B2. Grayscale: #757575. Windows color (decimal): -4825779 or 5070262. OLE color: 5070262.

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

Color convert

RGB 182 93 77 -
CMYK 0 0.49 0.58 0.29
HSL 9.14º 0.42% 0.51% -
HSV(B) 9.14º 0.58% 0.71% -
XYZ 24.55 18.31 9.26 -
YUV 117.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 182 93 77 0 0.49 0.58 0.29 9.14 0.42 0.51
Hex B6 5D 4D 0 31 3A 1D 9 2A 33
Octal 266 135 115 0 61 72 35 11 52 63
Binary 10110110 1011101 1001101 0 110001 111010 11101 1001 101010 110011

Color Harmonies of #B65D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D4D

Black with #B65D4D

Text Example


Text Example

White with #B65D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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