Html Css Color HEX #BE7944 Brandy Punch

📋 copy color: '#BE7944'

red 190 ◦ green 121 ◦ blue 68

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

Shades of Brandy Punch #BE7944

Tints of Brandy Punch #BE7944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 50.13%
G = 31.93%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7944 (or 0xBE7944) is known color: Brandy Punch. HEX triplet: BE, 79 and 44. RGB value is (190,121,68). Sum of RGB (Red+Green+Blue) = 190+121+68=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7944 is #4186BB. Grayscale: #878787. Windows color (decimal): -4294332 or 4487614. OLE color: 4487614.

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

Color convert

RGB 190 121 68 -
CMYK 0 0.36 0.64 0.25
HSL 26.07º 0.48% 0.51% -
HSV(B) 26.07º 0.64% 0.75% -
XYZ 29.12 25.04 8.77 -
YUV 135.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 190 121 68 0 0.36 0.64 0.25 26.07 0.48 0.51
Hex BE 79 44 0 24 40 19 1A 30 33
Octal 276 171 104 0 44 100 31 32 60 63
Binary 10111110 1111001 1000100 0 100100 1000000 11001 11010 110000 110011

Color Harmonies of #BE7944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7944

Black with #BE7944

Text Example


Text Example

White with #BE7944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7944; }

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

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

background-color css

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

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

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

border-color css

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

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

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