Html Css Color HEX #BE834A Brandy Punch

📋 copy color: '#BE834A'

red 190 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #BE834A

Tints of Brandy Punch #BE834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 48.1%
G = 33.16%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE834A (or 0xBE834A) is known color: Brandy Punch. HEX triplet: BE, 83 and 4A. RGB value is (190,131,74). Sum of RGB (Red+Green+Blue) = 190+131+74=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE834A is #417CB5. Grayscale: #8E8E8E. Windows color (decimal): -4291766 or 4883390. OLE color: 4883390.

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

Color convert

RGB 190 131 74 -
CMYK 0 0.31 0.61 0.25
HSL 29.48º 0.47% 0.52% -
HSV(B) 29.48º 0.61% 0.75% -
XYZ 30.59 27.67 10.21 -
YUV 142.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 190 131 74 0 0.31 0.61 0.25 29.48 0.47 0.52
Hex BE 83 4A 0 1F 3D 19 1D 2F 34
Octal 276 203 112 0 37 75 31 35 57 64
Binary 10111110 10000011 1001010 0 11111 111101 11001 11101 101111 110100

Color Harmonies of #BE834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE834A

Black with #BE834A

Text Example


Text Example

White with #BE834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE834A; }

 p { color: rgb(190,131,74); }

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

background-color css

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

 a { background-color: rgb(190,131,74); }

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

border-color css

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

 span { border-color: rgb(190,131,74); }

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