Html Css Color HEX #BE824A Brandy Punch

📋 copy color: '#BE824A'

red 190 ◦ green 130 ◦ blue 74

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

Shades of Brandy Punch #BE824A

Tints of Brandy Punch #BE824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 48.22%
G = 32.99%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE824A (or 0xBE824A) is known color: Brandy Punch. HEX triplet: BE, 82 and 4A. RGB value is (190,130,74). Sum of RGB (Red+Green+Blue) = 190+130+74=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE824A is #417DB5. Grayscale: #8D8D8D. Windows color (decimal): -4292022 or 4883134. OLE color: 4883134.

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

Color convert

RGB 190 130 74 -
CMYK 0 0.32 0.61 0.25
HSL 28.97º 0.47% 0.52% -
HSV(B) 28.97º 0.61% 0.75% -
XYZ 30.45 27.41 10.16 -
YUV 141.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 190 130 74 0 0.32 0.61 0.25 28.97 0.47 0.52
Hex BE 82 4A 0 20 3D 19 1D 2F 34
Octal 276 202 112 0 40 75 31 35 57 64
Binary 10111110 10000010 1001010 0 100000 111101 11001 11101 101111 110100

Color Harmonies of #BE824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE824A

Black with #BE824A

Text Example


Text Example

White with #BE824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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