Html Css Color HEX #BE7546 Brandy Punch

📋 copy color: '#BE7546'

red 190 ◦ green 117 ◦ blue 70

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

Shades of Brandy Punch #BE7546

Tints of Brandy Punch #BE7546

RGB

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

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

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

R = 50.4%
G = 31.03%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE7546 (or 0xBE7546) is known color: Brandy Punch. HEX triplet: BE, 75 and 46. RGB value is (190,117,70). Sum of RGB (Red+Green+Blue) = 190+117+70=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7546 is #418AB9. Grayscale: #858585. Windows color (decimal): -4295354 or 4617662. OLE color: 4617662.

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

Color convert

RGB 190 117 70 -
CMYK 0 0.38 0.63 0.25
HSL 23.5º 0.48% 0.51% -
HSV(B) 23.5º 0.63% 0.75% -
XYZ 28.7 24.11 8.94 -
YUV 133.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 190 117 70 0 0.38 0.63 0.25 23.5 0.48 0.51
Hex BE 75 46 0 26 3F 19 18 30 33
Octal 276 165 106 0 46 77 31 30 60 63
Binary 10111110 1110101 1000110 0 100110 111111 11001 11000 110000 110011

Color Harmonies of #BE7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7546

Black with #BE7546

Text Example


Text Example

White with #BE7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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