Html Css Color HEX #BE8548 Brandy Punch

📋 copy color: '#BE8548'

red 190 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #BE8548

Tints of Brandy Punch #BE8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 48.1%
G = 33.67%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE8548 (or 0xBE8548) is known color: Brandy Punch. HEX triplet: BE, 85 and 48. RGB value is (190,133,72). Sum of RGB (Red+Green+Blue) = 190+133+72=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8548 is #417AB7. Grayscale: #8F8F8F. Windows color (decimal): -4291256 or 4752830. OLE color: 4752830.

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

Color convert

RGB 190 133 72 -
CMYK 0 0.3 0.62 0.25
HSL 31.02º 0.48% 0.51% -
HSV(B) 31.02º 0.62% 0.75% -
XYZ 30.79 28.19 9.95 -
YUV 143.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 190 133 72 0 0.3 0.62 0.25 31.02 0.48 0.51
Hex BE 85 48 0 1E 3E 19 1F 30 33
Octal 276 205 110 0 36 76 31 37 60 63
Binary 10111110 10000101 1001000 0 11110 111110 11001 11111 110000 110011

Color Harmonies of #BE8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8548

Black with #BE8548

Text Example


Text Example

White with #BE8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8548; }

 p { color: rgb(190,133,72); }

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

background-color css

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

 a { background-color: rgb(190,133,72); }

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

border-color css

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

 span { border-color: rgb(190,133,72); }

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