Html Css Color HEX #BE6345 Flame Pea

📋 copy color: '#BE6345'

red 190 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #BE6345

Tints of Flame Pea #BE6345

RGB

 RED value IS 190 (74.61% from 255) = 53.07%

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 53.07%
G = 27.65%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6345 (or 0xBE6345) is known color: Flame Pea. HEX triplet: BE, 63 and 45. RGB value is (190,99,69). Sum of RGB (Red+Green+Blue) = 190+99+69=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6345 is #419CBA. Grayscale: #7B7B7B. Windows color (decimal): -4299963 or 4547518. OLE color: 4547518.

HSL color Cylindrical-coordinate representation of color #BE6345: hue angle of 14.88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE6345 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 69 -
CMYK 0 0.48 0.64 0.25
HSL 14.88º 0.48% 0.51% -
HSV(B) 14.88º 0.64% 0.75% -
XYZ 26.77 20.3 8.14 -
YUV 122.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 190 99 69 0 0.48 0.64 0.25 14.88 0.48 0.51
Hex BE 63 45 0 30 40 19 F 30 33
Octal 276 143 105 0 60 100 31 17 60 63
Binary 10111110 1100011 1000101 0 110000 1000000 11001 1111 110000 110011

Color Harmonies of #BE6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6345

Black with #BE6345

Text Example


Text Example

White with #BE6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6345; }

 p { color: rgb(190,99,69); }

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

background-color css

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

 a { background-color: rgb(190,99,69); }

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

border-color css

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

 span { border-color: rgb(190,99,69); }

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