Html Css Color HEX #BE824C Brandy Punch

📋 copy color: '#BE824C'

red 190 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #BE824C

Tints of Brandy Punch #BE824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 47.98%
G = 32.83%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE824C (or 0xBE824C) is known color: Brandy Punch. HEX triplet: BE, 82 and 4C. RGB value is (190,130,76). Sum of RGB (Red+Green+Blue) = 190+130+76=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE824C is #417DB3. Grayscale: #8E8E8E. Windows color (decimal): -4292020 or 5014206. OLE color: 5014206.

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

Color convert

RGB 190 130 76 -
CMYK 0 0.32 0.60 0.25
HSL 28.42º 0.47% 0.52% -
HSV(B) 28.42º 0.6% 0.75% -
XYZ 30.52 27.43 10.52 -
YUV 141.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 190 130 76 0 0.32 0.60 0.25 28.42 0.47 0.52
Hex BE 82 4C 0 20 3C 19 1C 2F 34
Octal 276 202 114 0 40 74 31 34 57 64
Binary 10111110 10000010 1001100 0 100000 111100 11001 11100 101111 110100

Color Harmonies of #BE824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE824C

Black with #BE824C

Text Example


Text Example

White with #BE824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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