Html Css Color HEX #BE814C Brandy Punch

📋 copy color: '#BE814C'

red 190 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #BE814C

Tints of Brandy Punch #BE814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 48.1%
G = 32.66%
B = 19.24%

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

#BE814C (or 0xBE814C) is known color: Brandy Punch. HEX triplet: BE, 81 and 4C. RGB value is (190,129,76). Sum of RGB (Red+Green+Blue) = 190+129+76=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE814C is #417EB3. Grayscale: #8D8D8D. Windows color (decimal): -4292276 or 5013950. OLE color: 5013950.

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

Color convert

RGB 190 129 76 -
CMYK 0 0.32 0.60 0.25
HSL 27.89º 0.47% 0.52% -
HSV(B) 27.89º 0.6% 0.75% -
XYZ 30.39 27.17 10.48 -
YUV 141.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 190 129 76 0 0.32 0.60 0.25 27.89 0.47 0.52
Hex BE 81 4C 0 20 3C 19 1C 2F 34
Octal 276 201 114 0 40 74 31 34 57 64
Binary 10111110 10000001 1001100 0 100000 111100 11001 11100 101111 110100

Color Harmonies of #BE814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE814C

Black with #BE814C

Text Example


Text Example

White with #BE814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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