Html Css Color HEX #BE7F46 Brandy Punch

📋 copy color: '#BE7F46'

red 190 ◦ green 127 ◦ blue 70

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

Shades of Brandy Punch #BE7F46

Tints of Brandy Punch #BE7F46

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 49.1%
G = 32.82%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE7F46 (or 0xBE7F46) is known color: Brandy Punch. HEX triplet: BE, 7F and 46. RGB value is (190,127,70). Sum of RGB (Red+Green+Blue) = 190+127+70=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F46 is #4180B9. Grayscale: #8B8B8B. Windows color (decimal): -4292794 or 4620222. OLE color: 4620222.

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

Color convert

RGB 190 127 70 -
CMYK 0 0.33 0.63 0.25
HSL 28.5º 0.48% 0.51% -
HSV(B) 28.5º 0.63% 0.75% -
XYZ 29.93 26.57 9.35 -
YUV 139.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 190 127 70 0 0.33 0.63 0.25 28.5 0.48 0.51
Hex BE 7F 46 0 21 3F 19 1C 30 33
Octal 276 177 106 0 41 77 31 34 60 63
Binary 10111110 1111111 1000110 0 100001 111111 11001 11100 110000 110011

Color Harmonies of #BE7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F46

Black with #BE7F46

Text Example


Text Example

White with #BE7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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