Html Css Color HEX #BE8144 Brandy Punch

📋 copy color: '#BE8144'

red 190 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #BE8144

Tints of Brandy Punch #BE8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 49.1%
G = 33.33%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8144 (or 0xBE8144) is known color: Brandy Punch. HEX triplet: BE, 81 and 44. RGB value is (190,129,68). Sum of RGB (Red+Green+Blue) = 190+129+68=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8144 is #417EBB. Grayscale: #8C8C8C. Windows color (decimal): -4292284 or 4489662. OLE color: 4489662.

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

Color convert

RGB 190 129 68 -
CMYK 0 0.32 0.64 0.25
HSL 30º 0.48% 0.51% -
HSV(B) 30º 0.64% 0.75% -
XYZ 30.13 27.07 9.1 -
YUV 140.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 190 129 68 0 0.32 0.64 0.25 30 0.48 0.51
Hex BE 81 44 0 20 40 19 1E 30 33
Octal 276 201 104 0 40 100 31 36 60 63
Binary 10111110 10000001 1000100 0 100000 1000000 11001 11110 110000 110011

Color Harmonies of #BE8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8144

Black with #BE8144

Text Example


Text Example

White with #BE8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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