Html Css Color HEX #BE7E51 Brandy Punch

📋 copy color: '#BE7E51'

red 190 ◦ green 126 ◦ blue 81

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

Shades of Brandy Punch #BE7E51

Tints of Brandy Punch #BE7E51

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 47.86%
G = 31.74%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE7E51 (or 0xBE7E51) is known color: Brandy Punch. HEX triplet: BE, 7E and 51. RGB value is (190,126,81). Sum of RGB (Red+Green+Blue) = 190+126+81=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E51 is #4181AE. Grayscale: #8C8C8C. Windows color (decimal): -4293039 or 5340862. OLE color: 5340862.

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

Color convert

RGB 190 126 81 -
CMYK 0 0.34 0.57 0.25
HSL 24.77º 0.46% 0.53% -
HSV(B) 24.77º 0.57% 0.75% -
XYZ 30.18 26.46 11.3 -
YUV 140.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 190 126 81 0 0.34 0.57 0.25 24.77 0.46 0.53
Hex BE 7E 51 0 22 39 19 19 2E 35
Octal 276 176 121 0 42 71 31 31 56 65
Binary 10111110 1111110 1010001 0 100010 111001 11001 11001 101110 110101

Color Harmonies of #BE7E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E51

Black with #BE7E51

Text Example


Text Example

White with #BE7E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E51; }

 p { color: rgb(190,126,81); }

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

background-color css

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

 a { background-color: rgb(190,126,81); }

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

border-color css

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

 span { border-color: rgb(190,126,81); }

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