Html Css Color HEX #BE8051 Brandy Punch

📋 copy color: '#BE8051'

red 190 ◦ green 128 ◦ blue 81

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

Shades of Brandy Punch #BE8051

Tints of Brandy Punch #BE8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

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

R = 47.62%
G = 32.08%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE8051 (or 0xBE8051) is known color: Brandy Punch. HEX triplet: BE, 80 and 51. RGB value is (190,128,81). Sum of RGB (Red+Green+Blue) = 190+128+81=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8051 is #417FAE. Grayscale: #8D8D8D. Windows color (decimal): -4292527 or 5341374. OLE color: 5341374.

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

Color convert

RGB 190 128 81 -
CMYK 0 0.33 0.57 0.25
HSL 25.87º 0.46% 0.53% -
HSV(B) 25.87º 0.57% 0.75% -
XYZ 30.44 26.98 11.39 -
YUV 141.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 190 128 81 0 0.33 0.57 0.25 25.87 0.46 0.53
Hex BE 80 51 0 21 39 19 1A 2E 35
Octal 276 200 121 0 41 71 31 32 56 65
Binary 10111110 10000000 1010001 0 100001 111001 11001 11010 101110 110101

Color Harmonies of #BE8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8051

Black with #BE8051

Text Example


Text Example

White with #BE8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8051; }

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

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

background-color css

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

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

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

border-color css

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

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

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