Html Css Color HEX #BE7D4E Brandy Punch

📋 copy color: '#BE7D4E'

red 190 ◦ green 125 ◦ blue 78

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

Shades of Brandy Punch #BE7D4E

Tints of Brandy Punch #BE7D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 48.35%
G = 31.81%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE7D4E (or 0xBE7D4E) is known color: Brandy Punch. HEX triplet: BE, 7D and 4E. RGB value is (190,125,78). Sum of RGB (Red+Green+Blue) = 190+125+78=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D4E is #4182B1. Grayscale: #8B8B8B. Windows color (decimal): -4293298 or 5143998. OLE color: 5143998.

HSL color Cylindrical-coordinate representation of color #BE7D4E: hue angle of 25.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE7D4E is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 78 -
CMYK 0 0.34 0.59 0.25
HSL 25.18º 0.46% 0.53% -
HSV(B) 25.18º 0.59% 0.75% -
XYZ 29.94 26.16 10.68 -
YUV 139.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 190 125 78 0 0.34 0.59 0.25 25.18 0.46 0.53
Hex BE 7D 4E 0 22 3B 19 19 2E 35
Octal 276 175 116 0 42 73 31 31 56 65
Binary 10111110 1111101 1001110 0 100010 111011 11001 11001 101110 110101

Color Harmonies of #BE7D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D4E

Black with #BE7D4E

Text Example


Text Example

White with #BE7D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D4E; }

 p { color: rgb(190,125,78); }

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

background-color css

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

 a { background-color: rgb(190,125,78); }

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

border-color css

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

 span { border-color: rgb(190,125,78); }

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