Html Css Color HEX #BE8037 Brandy Punch

📋 copy color: '#BE8037'

red 190 ◦ green 128 ◦ blue 55

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

Shades of Brandy Punch #BE8037

Tints of Brandy Punch #BE8037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.75%

R = 50.94%
G = 34.32%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE8037 (or 0xBE8037) is known color: Brandy Punch. HEX triplet: BE, 80 and 37. RGB value is (190,128,55). Sum of RGB (Red+Green+Blue) = 190+128+55=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8037 is #417FC8. Grayscale: #8A8A8A. Windows color (decimal): -4292553 or 3637438. OLE color: 3637438.

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

Color convert

RGB 190 128 55 -
CMYK 0 0.33 0.71 0.25
HSL 32.44º 0.55% 0.48% -
HSV(B) 32.44º 0.71% 0.75% -
XYZ 29.64 26.66 7.2 -
YUV 138.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 190 128 55 0 0.33 0.71 0.25 32.44 0.55 0.48
Hex BE 80 37 0 21 47 19 20 37 30
Octal 276 200 67 0 41 107 31 40 67 60
Binary 10111110 10000000 110111 0 100001 1000111 11001 100000 110111 110000

Color Harmonies of #BE8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8037

Black with #BE8037

Text Example


Text Example

White with #BE8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8037; }

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

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

background-color css

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

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

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

border-color css

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

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

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