Html Css Color HEX #BE8148 Brandy Punch

📋 copy color: '#BE8148'

red 190 ◦ green 129 ◦ blue 72

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

Shades of Brandy Punch #BE8148

Tints of Brandy Punch #BE8148

RGB

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

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

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

R = 48.59%
G = 32.99%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8148 (or 0xBE8148) is known color: Brandy Punch. HEX triplet: BE, 81 and 48. RGB value is (190,129,72). Sum of RGB (Red+Green+Blue) = 190+129+72=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8148 is #417EB7. Grayscale: #8D8D8D. Windows color (decimal): -4292280 or 4751806. OLE color: 4751806.

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

Color convert

RGB 190 129 72 -
CMYK 0 0.32 0.62 0.25
HSL 28.98º 0.48% 0.51% -
HSV(B) 28.98º 0.62% 0.75% -
XYZ 30.26 27.12 9.77 -
YUV 140.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 190 129 72 0 0.32 0.62 0.25 28.98 0.48 0.51
Hex BE 81 48 0 20 3E 19 1D 30 33
Octal 276 201 110 0 40 76 31 35 60 63
Binary 10111110 10000001 1001000 0 100000 111110 11001 11101 110000 110011

Color Harmonies of #BE8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8148

Black with #BE8148

Text Example


Text Example

White with #BE8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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