Html Css Color HEX #BE8440 Brandy Punch

📋 copy color: '#BE8440'

red 190 ◦ green 132 ◦ blue 64

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

Shades of Brandy Punch #BE8440

Tints of Brandy Punch #BE8440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 49.22%
G = 34.2%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8440 (or 0xBE8440) is known color: Brandy Punch. HEX triplet: BE, 84 and 40. RGB value is (190,132,64). Sum of RGB (Red+Green+Blue) = 190+132+64=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8440 is #417BBF. Grayscale: #8D8D8D. Windows color (decimal): -4291520 or 4228286. OLE color: 4228286.

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

Color convert

RGB 190 132 64 -
CMYK 0 0.31 0.66 0.25
HSL 32.38º 0.5% 0.5% -
HSV(B) 32.38º 0.66% 0.75% -
XYZ 30.41 27.82 8.62 -
YUV 141.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 190 132 64 0 0.31 0.66 0.25 32.38 0.5 0.5
Hex BE 84 40 0 1F 42 19 20 32 32
Octal 276 204 100 0 37 102 31 40 62 62
Binary 10111110 10000100 1000000 0 11111 1000010 11001 100000 110010 110010

Color Harmonies of #BE8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8440

Black with #BE8440

Text Example


Text Example

White with #BE8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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