Html Css Color HEX #BE804D Brandy Punch

📋 copy color: '#BE804D'

red 190 ◦ green 128 ◦ blue 77

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

Shades of Brandy Punch #BE804D

Tints of Brandy Punch #BE804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 48.1%
G = 32.41%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE804D (or 0xBE804D) is known color: Brandy Punch. HEX triplet: BE, 80 and 4D. RGB value is (190,128,77). Sum of RGB (Red+Green+Blue) = 190+128+77=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE804D is #417FB2. Grayscale: #8C8C8C. Windows color (decimal): -4292531 or 5079230. OLE color: 5079230.

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

Color convert

RGB 190 128 77 -
CMYK 0 0.33 0.59 0.25
HSL 27.08º 0.47% 0.52% -
HSV(B) 27.08º 0.59% 0.75% -
XYZ 30.29 26.92 10.62 -
YUV 140.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 190 128 77 0 0.33 0.59 0.25 27.08 0.47 0.52
Hex BE 80 4D 0 21 3B 19 1B 2F 34
Octal 276 200 115 0 41 73 31 33 57 64
Binary 10111110 10000000 1001101 0 100001 111011 11001 11011 101111 110100

Color Harmonies of #BE804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE804D

Black with #BE804D

Text Example


Text Example

White with #BE804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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