Html Css Color HEX #BE7D50 Brandy Punch

📋 copy color: '#BE7D50'

red 190 ◦ green 125 ◦ blue 80

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

Shades of Brandy Punch #BE7D50

Tints of Brandy Punch #BE7D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 48.1%
G = 31.65%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE7D50 (or 0xBE7D50) is known color: Brandy Punch. HEX triplet: BE, 7D and 50. RGB value is (190,125,80). Sum of RGB (Red+Green+Blue) = 190+125+80=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D50 is #4182AF. Grayscale: #8B8B8B. Windows color (decimal): -4293296 or 5275070. OLE color: 5275070.

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

Color convert

RGB 190 125 80 -
CMYK 0 0.34 0.58 0.25
HSL 24.55º 0.46% 0.53% -
HSV(B) 24.55º 0.58% 0.75% -
XYZ 30.02 26.19 11.06 -
YUV 139.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 190 125 80 0 0.34 0.58 0.25 24.55 0.46 0.53
Hex BE 7D 50 0 22 3A 19 19 2E 35
Octal 276 175 120 0 42 72 31 31 56 65
Binary 10111110 1111101 1010000 0 100010 111010 11001 11001 101110 110101

Color Harmonies of #BE7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D50

Black with #BE7D50

Text Example


Text Example

White with #BE7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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