Html Css Color HEX #BE7A48 Brandy Punch

📋 copy color: '#BE7A48'

red 190 ◦ green 122 ◦ blue 72

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

Shades of Brandy Punch #BE7A48

Tints of Brandy Punch #BE7A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 49.48%
G = 31.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7A48 (or 0xBE7A48) is known color: Brandy Punch. HEX triplet: BE, 7A and 48. RGB value is (190,122,72). Sum of RGB (Red+Green+Blue) = 190+122+72=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A48 is #4185B7. Grayscale: #888888. Windows color (decimal): -4294072 or 4750014. OLE color: 4750014.

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

Color convert

RGB 190 122 72 -
CMYK 0 0.36 0.62 0.25
HSL 25.42º 0.48% 0.51% -
HSV(B) 25.42º 0.62% 0.75% -
XYZ 29.36 25.33 9.47 -
YUV 136.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 190 122 72 0 0.36 0.62 0.25 25.42 0.48 0.51
Hex BE 7A 48 0 24 3E 19 19 30 33
Octal 276 172 110 0 44 76 31 31 60 63
Binary 10111110 1111010 1001000 0 100100 111110 11001 11001 110000 110011

Color Harmonies of #BE7A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A48

Black with #BE7A48

Text Example


Text Example

White with #BE7A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A48; }

 p { color: rgb(190,122,72); }

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

background-color css

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

 a { background-color: rgb(190,122,72); }

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

border-color css

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

 span { border-color: rgb(190,122,72); }

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