Html Css Color HEX #BE8140 Brandy Punch

📋 copy color: '#BE8140'

red 190 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #BE8140

Tints of Brandy Punch #BE8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

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

R = 49.61%
G = 33.68%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8140 (or 0xBE8140) is known color: Brandy Punch. HEX triplet: BE, 81 and 40. RGB value is (190,129,64). Sum of RGB (Red+Green+Blue) = 190+129+64=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8140 is #417EBF. Grayscale: #8C8C8C. Windows color (decimal): -4292288 or 4227518. OLE color: 4227518.

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

Color convert

RGB 190 129 64 -
CMYK 0 0.32 0.66 0.25
HSL 30.95º 0.5% 0.5% -
HSV(B) 30.95º 0.66% 0.75% -
XYZ 30.01 27.02 8.48 -
YUV 139.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 190 129 64 0 0.32 0.66 0.25 30.95 0.5 0.5
Hex BE 81 40 0 20 42 19 1F 32 32
Octal 276 201 100 0 40 102 31 37 62 62
Binary 10111110 10000001 1000000 0 100000 1000010 11001 11111 110010 110010

Color Harmonies of #BE8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8140

Black with #BE8140

Text Example


Text Example

White with #BE8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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