Html Css Color HEX #BE833C Brandy Punch

📋 copy color: '#BE833C'

red 190 ◦ green 131 ◦ blue 60

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

Shades of Brandy Punch #BE833C

Tints of Brandy Punch #BE833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 49.87%
G = 34.38%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE833C (or 0xBE833C) is known color: Brandy Punch. HEX triplet: BE, 83 and 3C. RGB value is (190,131,60). Sum of RGB (Red+Green+Blue) = 190+131+60=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE833C is #417CC3. Grayscale: #8C8C8C. Windows color (decimal): -4291780 or 3965886. OLE color: 3965886.

HSL color Cylindrical-coordinate representation of color #BE833C: hue angle of 32.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE833C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 60 -
CMYK 0 0.31 0.68 0.25
HSL 32.77º 0.52% 0.49% -
HSV(B) 32.77º 0.68% 0.75% -
XYZ 30.17 27.51 7.99 -
YUV 140.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 190 131 60 0 0.31 0.68 0.25 32.77 0.52 0.49
Hex BE 83 3C 0 1F 44 19 21 34 31
Octal 276 203 74 0 37 104 31 41 64 61
Binary 10111110 10000011 111100 0 11111 1000100 11001 100001 110100 110001

Color Harmonies of #BE833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE833C

Black with #BE833C

Text Example


Text Example

White with #BE833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE833C; }

 p { color: rgb(190,131,60); }

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

background-color css

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

 a { background-color: rgb(190,131,60); }

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

border-color css

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

 span { border-color: rgb(190,131,60); }

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