Html Css Color HEX #BE6745 Flame Pea

📋 copy color: '#BE6745'

red 190 ◦ green 103 ◦ blue 69

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

Shades of Flame Pea #BE6745

Tints of Flame Pea #BE6745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 52.49%
G = 28.45%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6745 (or 0xBE6745) is known color: Flame Pea. HEX triplet: BE, 67 and 45. RGB value is (190,103,69). Sum of RGB (Red+Green+Blue) = 190+103+69=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6745 is #4198BA. Grayscale: #7D7D7D. Windows color (decimal): -4298939 or 4548542. OLE color: 4548542.

HSL color Cylindrical-coordinate representation of color #BE6745: hue angle of 16.86º 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 #BE6745 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 69 -
CMYK 0 0.46 0.64 0.25
HSL 16.86º 0.48% 0.51% -
HSV(B) 16.86º 0.64% 0.75% -
XYZ 27.16 21.08 8.27 -
YUV 125.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 190 103 69 0 0.46 0.64 0.25 16.86 0.48 0.51
Hex BE 67 45 0 2E 40 19 11 30 33
Octal 276 147 105 0 56 100 31 21 60 63
Binary 10111110 1100111 1000101 0 101110 1000000 11001 10001 110000 110011

Color Harmonies of #BE6745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6745

Black with #BE6745

Text Example


Text Example

White with #BE6745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6745; }

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

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

background-color css

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

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

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

border-color css

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

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

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