Html Css Color HEX #BE8150 Brandy Punch

📋 copy color: '#BE8150'

red 190 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #BE8150

Tints of Brandy Punch #BE8150

RGB

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

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

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

R = 47.62%
G = 32.33%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE8150 (or 0xBE8150) is known color: Brandy Punch. HEX triplet: BE, 81 and 50. RGB value is (190,129,80). Sum of RGB (Red+Green+Blue) = 190+129+80=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8150 is #417EAF. Grayscale: #8D8D8D. Windows color (decimal): -4292272 or 5276094. OLE color: 5276094.

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

Color convert

RGB 190 129 80 -
CMYK 0 0.32 0.58 0.25
HSL 26.73º 0.46% 0.53% -
HSV(B) 26.73º 0.58% 0.75% -
XYZ 30.53 27.23 11.24 -
YUV 141.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 190 129 80 0 0.32 0.58 0.25 26.73 0.46 0.53
Hex BE 81 50 0 20 3A 19 1B 2E 35
Octal 276 201 120 0 40 72 31 33 56 65
Binary 10111110 10000001 1010000 0 100000 111010 11001 11011 101110 110101

Color Harmonies of #BE8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8150

Black with #BE8150

Text Example


Text Example

White with #BE8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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