Html Css Color HEX #BE8646 Brandy Punch

📋 copy color: '#BE8646'

red 190 ◦ green 134 ◦ blue 70

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

Shades of Brandy Punch #BE8646

Tints of Brandy Punch #BE8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 48.22%
G = 34.01%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE8646 (or 0xBE8646) is known color: Brandy Punch. HEX triplet: BE, 86 and 46. RGB value is (190,134,70). Sum of RGB (Red+Green+Blue) = 190+134+70=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8646 is #4179B9. Grayscale: #8F8F8F. Windows color (decimal): -4291002 or 4622014. OLE color: 4622014.

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

Color convert

RGB 190 134 70 -
CMYK 0 0.29 0.63 0.25
HSL 32º 0.48% 0.51% -
HSV(B) 32º 0.63% 0.75% -
XYZ 30.87 28.44 9.66 -
YUV 143.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 190 134 70 0 0.29 0.63 0.25 32 0.48 0.51
Hex BE 86 46 0 1D 3F 19 20 30 33
Octal 276 206 106 0 35 77 31 40 60 63
Binary 10111110 10000110 1000110 0 11101 111111 11001 100000 110000 110011

Color Harmonies of #BE8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8646

Black with #BE8646

Text Example


Text Example

White with #BE8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8646; }

 p { color: rgb(190,134,70); }

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

background-color css

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

 a { background-color: rgb(190,134,70); }

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

border-color css

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

 span { border-color: rgb(190,134,70); }

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