Html Css Color HEX #BE8048 Brandy Punch

📋 copy color: '#BE8048'

red 190 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #BE8048

Tints of Brandy Punch #BE8048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 48.72%
G = 32.82%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8048 (or 0xBE8048) is known color: Brandy Punch. HEX triplet: BE, 80 and 48. RGB value is (190,128,72). Sum of RGB (Red+Green+Blue) = 190+128+72=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8048 is #417FB7. Grayscale: #8C8C8C. Windows color (decimal): -4292536 or 4751550. OLE color: 4751550.

HSL color Cylindrical-coordinate representation of color #BE8048: hue angle of 28.47º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8048 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 72 -
CMYK 0 0.33 0.62 0.25
HSL 28.47º 0.48% 0.51% -
HSV(B) 28.47º 0.62% 0.75% -
XYZ 30.12 26.85 9.73 -
YUV 140.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 190 128 72 0 0.33 0.62 0.25 28.47 0.48 0.51
Hex BE 80 48 0 21 3E 19 1C 30 33
Octal 276 200 110 0 41 76 31 34 60 63
Binary 10111110 10000000 1001000 0 100001 111110 11001 11100 110000 110011

Color Harmonies of #BE8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8048

Black with #BE8048

Text Example


Text Example

White with #BE8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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