Html Css Color HEX #BE7F38 Brandy Punch

📋 copy color: '#BE7F38'

red 190 ◦ green 127 ◦ blue 56

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

Shades of Brandy Punch #BE7F38

Tints of Brandy Punch #BE7F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 50.94%
G = 34.05%
B = 15.01%

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

#BE7F38 (or 0xBE7F38) is known color: Brandy Punch. HEX triplet: BE, 7F and 38. RGB value is (190,127,56). Sum of RGB (Red+Green+Blue) = 190+127+56=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F38 is #4180C7. Grayscale: #8A8A8A. Windows color (decimal): -4292808 or 3702718. OLE color: 3702718.

HSL color Cylindrical-coordinate representation of color #BE7F38: hue angle of 31.79º degrees, saturation: 0.54, 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 #BE7F38 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 127 56 -
CMYK 0 0.33 0.71 0.25
HSL 31.79º 0.54% 0.48% -
HSV(B) 31.79º 0.71% 0.75% -
XYZ 29.54 26.41 7.28 -
YUV 137.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 190 127 56 0 0.33 0.71 0.25 31.79 0.54 0.48
Hex BE 7F 38 0 21 47 19 20 36 30
Octal 276 177 70 0 41 107 31 40 66 60
Binary 10111110 1111111 111000 0 100001 1000111 11001 100000 110110 110000

Color Harmonies of #BE7F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F38

Black with #BE7F38

Text Example


Text Example

White with #BE7F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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