Html Css Color HEX #BE7544 Brandy Punch

📋 copy color: '#BE7544'

red 190 ◦ green 117 ◦ blue 68

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

Shades of Brandy Punch #BE7544

Tints of Brandy Punch #BE7544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 50.67%
G = 31.2%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE7544 (or 0xBE7544) is known color: Brandy Punch. HEX triplet: BE, 75 and 44. RGB value is (190,117,68). Sum of RGB (Red+Green+Blue) = 190+117+68=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7544 is #418ABB. Grayscale: #858585. Windows color (decimal): -4295356 or 4486590. OLE color: 4486590.

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

Color convert

RGB 190 117 68 -
CMYK 0 0.38 0.64 0.25
HSL 24.1º 0.48% 0.51% -
HSV(B) 24.1º 0.64% 0.75% -
XYZ 28.64 24.09 8.61 -
YUV 133.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 190 117 68 0 0.38 0.64 0.25 24.1 0.48 0.51
Hex BE 75 44 0 26 40 19 18 30 33
Octal 276 165 104 0 46 100 31 30 60 63
Binary 10111110 1110101 1000100 0 100110 1000000 11001 11000 110000 110011

Color Harmonies of #BE7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7544

Black with #BE7544

Text Example


Text Example

White with #BE7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7544; }

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

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

background-color css

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

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

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

border-color css

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

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

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