Html Css Color HEX #BE8239 Brandy Punch

📋 copy color: '#BE8239'

red 190 ◦ green 130 ◦ blue 57

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

Shades of Brandy Punch #BE8239

Tints of Brandy Punch #BE8239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 50.4%
G = 34.48%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BE8239 (or 0xBE8239) is known color: Brandy Punch. HEX triplet: BE, 82 and 39. RGB value is (190,130,57). Sum of RGB (Red+Green+Blue) = 190+130+57=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8239 is #417DC6. Grayscale: #8B8B8B. Windows color (decimal): -4292039 or 3769022. OLE color: 3769022.

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

Color convert

RGB 190 130 57 -
CMYK 0 0.32 0.7 0.25
HSL 32.93º 0.54% 0.48% -
HSV(B) 32.93º 0.7% 0.75% -
XYZ 29.96 27.21 7.54 -
YUV 139.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 190 130 57 0 0.32 0.7 0.25 32.93 0.54 0.48
Hex BE 82 39 0 20 46 19 21 36 30
Octal 276 202 71 0 40 106 31 41 66 60
Binary 10111110 10000010 111001 0 100000 1000110 11001 100001 110110 110000

Color Harmonies of #BE8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8239

Black with #BE8239

Text Example


Text Example

White with #BE8239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8239; }

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

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

background-color css

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

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

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

border-color css

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

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

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