Html Css Color HEX #BE814D Brandy Punch

📋 copy color: '#BE814D'

red 190 ◦ green 129 ◦ blue 77

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

Shades of Brandy Punch #BE814D

Tints of Brandy Punch #BE814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 47.98%
G = 32.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE814D (or 0xBE814D) is known color: Brandy Punch. HEX triplet: BE, 81 and 4D. RGB value is (190,129,77). Sum of RGB (Red+Green+Blue) = 190+129+77=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE814D is #417EB2. Grayscale: #8D8D8D. Windows color (decimal): -4292275 or 5079486. OLE color: 5079486.

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

Color convert

RGB 190 129 77 -
CMYK 0 0.32 0.59 0.25
HSL 27.61º 0.47% 0.52% -
HSV(B) 27.61º 0.59% 0.75% -
XYZ 30.43 27.18 10.66 -
YUV 141.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 190 129 77 0 0.32 0.59 0.25 27.61 0.47 0.52
Hex BE 81 4D 0 20 3B 19 1C 2F 34
Octal 276 201 115 0 40 73 31 34 57 64
Binary 10111110 10000001 1001101 0 100000 111011 11001 11100 101111 110100

Color Harmonies of #BE814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE814D

Black with #BE814D

Text Example


Text Example

White with #BE814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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