Html Css Color HEX #BE8151 Brandy Punch

📋 copy color: '#BE8151'

red 190 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #BE8151

Tints of Brandy Punch #BE8151

RGB

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

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

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

R = 47.5%
G = 32.25%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE8151 (or 0xBE8151) is known color: Brandy Punch. HEX triplet: BE, 81 and 51. RGB value is (190,129,81). Sum of RGB (Red+Green+Blue) = 190+129+81=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8151 is #417EAE. Grayscale: #8E8E8E. Windows color (decimal): -4292271 or 5341630. OLE color: 5341630.

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

Color convert

RGB 190 129 81 -
CMYK 0 0.32 0.57 0.25
HSL 26.42º 0.46% 0.53% -
HSV(B) 26.42º 0.57% 0.75% -
XYZ 30.57 27.24 11.43 -
YUV 141.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 190 129 81 0 0.32 0.57 0.25 26.42 0.46 0.53
Hex BE 81 51 0 20 39 19 1A 2E 35
Octal 276 201 121 0 40 71 31 32 56 65
Binary 10111110 10000001 1010001 0 100000 111001 11001 11010 101110 110101

Color Harmonies of #BE8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8151

Black with #BE8151

Text Example


Text Example

White with #BE8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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