Html Css Color HEX #BE8444 Brandy Punch

📋 copy color: '#BE8444'

red 190 ◦ green 132 ◦ blue 68

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

Shades of Brandy Punch #BE8444

Tints of Brandy Punch #BE8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 48.72%
G = 33.85%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8444 (or 0xBE8444) is known color: Brandy Punch. HEX triplet: BE, 84 and 44. RGB value is (190,132,68). Sum of RGB (Red+Green+Blue) = 190+132+68=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8444 is #417BBB. Grayscale: #8E8E8E. Windows color (decimal): -4291516 or 4490430. OLE color: 4490430.

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

Color convert

RGB 190 132 68 -
CMYK 0 0.31 0.64 0.25
HSL 31.48º 0.48% 0.51% -
HSV(B) 31.48º 0.64% 0.75% -
XYZ 30.53 27.87 9.24 -
YUV 142.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 190 132 68 0 0.31 0.64 0.25 31.48 0.48 0.51
Hex BE 84 44 0 1F 40 19 1F 30 33
Octal 276 204 104 0 37 100 31 37 60 63
Binary 10111110 10000100 1000100 0 11111 1000000 11001 11111 110000 110011

Color Harmonies of #BE8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8444

Black with #BE8444

Text Example


Text Example

White with #BE8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8444; }

 p { color: rgb(190,132,68); }

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

background-color css

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

 a { background-color: rgb(190,132,68); }

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

border-color css

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

 span { border-color: rgb(190,132,68); }

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