Html Css Color HEX #BE754A Brandy Punch

📋 copy color: '#BE754A'

red 190 ◦ green 117 ◦ blue 74

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

Shades of Brandy Punch #BE754A

Tints of Brandy Punch #BE754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 49.87%
G = 30.71%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE754A (or 0xBE754A) is known color: Brandy Punch. HEX triplet: BE, 75 and 4A. RGB value is (190,117,74). Sum of RGB (Red+Green+Blue) = 190+117+74=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE754A is #418AB5. Grayscale: #868686. Windows color (decimal): -4295350 or 4879806. OLE color: 4879806.

HSL color Cylindrical-coordinate representation of color #BE754A: hue angle of 22.24º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE754A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 74 -
CMYK 0 0.38 0.61 0.25
HSL 22.24º 0.47% 0.52% -
HSV(B) 22.24º 0.61% 0.75% -
XYZ 28.83 24.16 9.62 -
YUV 133.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 190 117 74 0 0.38 0.61 0.25 22.24 0.47 0.52
Hex BE 75 4A 0 26 3D 19 16 2F 34
Octal 276 165 112 0 46 75 31 26 57 64
Binary 10111110 1110101 1001010 0 100110 111101 11001 10110 101111 110100

Color Harmonies of #BE754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE754A

Black with #BE754A

Text Example


Text Example

White with #BE754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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