Html Css Color HEX #BE8545 Brandy Punch

📋 copy color: '#BE8545'

red 190 ◦ green 133 ◦ blue 69

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

Shades of Brandy Punch #BE8545

Tints of Brandy Punch #BE8545

RGB

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

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

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

R = 48.47%
G = 33.93%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8545 (or 0xBE8545) is known color: Brandy Punch. HEX triplet: BE, 85 and 45. RGB value is (190,133,69). Sum of RGB (Red+Green+Blue) = 190+133+69=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8545 is #417ABA. Grayscale: #8F8F8F. Windows color (decimal): -4291259 or 4556222. OLE color: 4556222.

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

Color convert

RGB 190 133 69 -
CMYK 0 0.3 0.64 0.25
HSL 31.74º 0.48% 0.51% -
HSV(B) 31.74º 0.64% 0.75% -
XYZ 30.7 28.15 9.45 -
YUV 142.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 190 133 69 0 0.3 0.64 0.25 31.74 0.48 0.51
Hex BE 85 45 0 1E 40 19 20 30 33
Octal 276 205 105 0 36 100 31 40 60 63
Binary 10111110 10000101 1000101 0 11110 1000000 11001 100000 110000 110011

Color Harmonies of #BE8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8545

Black with #BE8545

Text Example


Text Example

White with #BE8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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