Html Css Color HEX #BE7F4D Brandy Punch

📋 copy color: '#BE7F4D'

red 190 ◦ green 127 ◦ blue 77

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

Shades of Brandy Punch #BE7F4D

Tints of Brandy Punch #BE7F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 48.22%
G = 32.23%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE7F4D (or 0xBE7F4D) is known color: Brandy Punch. HEX triplet: BE, 7F and 4D. RGB value is (190,127,77). Sum of RGB (Red+Green+Blue) = 190+127+77=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F4D is #4180B2. Grayscale: #8C8C8C. Windows color (decimal): -4292787 or 5078974. OLE color: 5078974.

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

Color convert

RGB 190 127 77 -
CMYK 0 0.33 0.59 0.25
HSL 26.55º 0.47% 0.52% -
HSV(B) 26.55º 0.59% 0.75% -
XYZ 30.16 26.66 10.58 -
YUV 140.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 190 127 77 0 0.33 0.59 0.25 26.55 0.47 0.52
Hex BE 7F 4D 0 21 3B 19 1B 2F 34
Octal 276 177 115 0 41 73 31 33 57 64
Binary 10111110 1111111 1001101 0 100001 111011 11001 11011 101111 110100

Color Harmonies of #BE7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F4D

Black with #BE7F4D

Text Example


Text Example

White with #BE7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F4D; }

 p { color: rgb(190,127,77); }

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

background-color css

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

 a { background-color: rgb(190,127,77); }

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

border-color css

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

 span { border-color: rgb(190,127,77); }

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