Html Css Color HEX #BE8145 Brandy Punch

📋 copy color: '#BE8145'

red 190 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #BE8145

Tints of Brandy Punch #BE8145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 48.97%
G = 33.25%
B = 17.78%

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

#BE8145 (or 0xBE8145) is known color: Brandy Punch. HEX triplet: BE, 81 and 45. RGB value is (190,129,69). Sum of RGB (Red+Green+Blue) = 190+129+69=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8145 is #417EBA. Grayscale: #8C8C8C. Windows color (decimal): -4292283 or 4555198. OLE color: 4555198.

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

Color convert

RGB 190 129 69 -
CMYK 0 0.32 0.64 0.25
HSL 29.75º 0.48% 0.51% -
HSV(B) 29.75º 0.64% 0.75% -
XYZ 30.16 27.08 9.27 -
YUV 140.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 190 129 69 0 0.32 0.64 0.25 29.75 0.48 0.51
Hex BE 81 45 0 20 40 19 1E 30 33
Octal 276 201 105 0 40 100 31 36 60 63
Binary 10111110 10000001 1000101 0 100000 1000000 11001 11110 110000 110011

Color Harmonies of #BE8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8145

Black with #BE8145

Text Example


Text Example

White with #BE8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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