Html Css Color HEX #BE7F37 Brandy Punch

📋 copy color: '#BE7F37'

red 190 ◦ green 127 ◦ blue 55

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

Shades of Brandy Punch #BE7F37

Tints of Brandy Punch #BE7F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 51.08%
G = 34.14%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE7F37 (or 0xBE7F37) is known color: Brandy Punch. HEX triplet: BE, 7F and 37. RGB value is (190,127,55). Sum of RGB (Red+Green+Blue) = 190+127+55=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F37 is #4180C8. Grayscale: #898989. Windows color (decimal): -4292809 or 3637182. OLE color: 3637182.

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

Color convert

RGB 190 127 55 -
CMYK 0 0.33 0.71 0.25
HSL 32º 0.55% 0.48% -
HSV(B) 32º 0.71% 0.75% -
XYZ 29.51 26.4 7.15 -
YUV 137.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 190 127 55 0 0.33 0.71 0.25 32 0.55 0.48
Hex BE 7F 37 0 21 47 19 20 37 30
Octal 276 177 67 0 41 107 31 40 67 60
Binary 10111110 1111111 110111 0 100001 1000111 11001 100000 110111 110000

Color Harmonies of #BE7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F37

Black with #BE7F37

Text Example


Text Example

White with #BE7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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