Html Css Color HEX #BE8045 Brandy Punch

📋 copy color: '#BE8045'

red 190 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #BE8045

Tints of Brandy Punch #BE8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 49.1%
G = 33.07%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8045 (or 0xBE8045) is known color: Brandy Punch. HEX triplet: BE, 80 and 45. RGB value is (190,128,69). Sum of RGB (Red+Green+Blue) = 190+128+69=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8045 is #417FBA. Grayscale: #8C8C8C. Windows color (decimal): -4292539 or 4554942. OLE color: 4554942.

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

Color convert

RGB 190 128 69 -
CMYK 0 0.33 0.64 0.25
HSL 29.26º 0.48% 0.51% -
HSV(B) 29.26º 0.64% 0.75% -
XYZ 30.03 26.82 9.22 -
YUV 139.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 190 128 69 0 0.33 0.64 0.25 29.26 0.48 0.51
Hex BE 80 45 0 21 40 19 1D 30 33
Octal 276 200 105 0 41 100 31 35 60 63
Binary 10111110 10000000 1000101 0 100001 1000000 11001 11101 110000 110011

Color Harmonies of #BE8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8045

Black with #BE8045

Text Example


Text Example

White with #BE8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8045; }

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

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

background-color css

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

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

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

border-color css

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

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

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