Html Css Color HEX #BE8245 Brandy Punch

📋 copy color: '#BE8245'

red 190 ◦ green 130 ◦ blue 69

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

Shades of Brandy Punch #BE8245

Tints of Brandy Punch #BE8245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 48.84%
G = 33.42%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8245 (or 0xBE8245) is known color: Brandy Punch. HEX triplet: BE, 82 and 45. RGB value is (190,130,69). Sum of RGB (Red+Green+Blue) = 190+130+69=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8245 is #417DBA. Grayscale: #8D8D8D. Windows color (decimal): -4292027 or 4555454. OLE color: 4555454.

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

Color convert

RGB 190 130 69 -
CMYK 0 0.32 0.64 0.25
HSL 30.25º 0.48% 0.51% -
HSV(B) 30.25º 0.64% 0.75% -
XYZ 30.29 27.34 9.31 -
YUV 140.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 190 130 69 0 0.32 0.64 0.25 30.25 0.48 0.51
Hex BE 82 45 0 20 40 19 1E 30 33
Octal 276 202 105 0 40 100 31 36 60 63
Binary 10111110 10000010 1000101 0 100000 1000000 11001 11110 110000 110011

Color Harmonies of #BE8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8245

Black with #BE8245

Text Example


Text Example

White with #BE8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8245; }

 p { color: rgb(190,130,69); }

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

background-color css

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

 a { background-color: rgb(190,130,69); }

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

border-color css

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

 span { border-color: rgb(190,130,69); }

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