Html Css Color HEX #BE7B52 Brandy Punch

📋 copy color: '#BE7B52'

red 190 ◦ green 123 ◦ blue 82

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

Shades of Brandy Punch #BE7B52

Tints of Brandy Punch #BE7B52

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 48.1%
G = 31.14%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE7B52 (or 0xBE7B52) is known color: Brandy Punch. HEX triplet: BE, 7B and 52. RGB value is (190,123,82). Sum of RGB (Red+Green+Blue) = 190+123+82=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B52 is #4184AD. Grayscale: #8A8A8A. Windows color (decimal): -4293806 or 5405630. OLE color: 5405630.

HSL color Cylindrical-coordinate representation of color #BE7B52: hue angle of 22.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE7B52 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 123 82 -
CMYK 0 0.35 0.57 0.25
HSL 22.78º 0.45% 0.53% -
HSV(B) 22.78º 0.57% 0.75% -
XYZ 29.84 25.72 11.37 -
YUV 138.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 190 123 82 0 0.35 0.57 0.25 22.78 0.45 0.53
Hex BE 7B 52 0 23 39 19 17 2D 35
Octal 276 173 122 0 43 71 31 27 55 65
Binary 10111110 1111011 1010010 0 100011 111001 11001 10111 101101 110101

Color Harmonies of #BE7B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B52

Black with #BE7B52

Text Example


Text Example

White with #BE7B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B52; }

 p { color: rgb(190,123,82); }

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

background-color css

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

 a { background-color: rgb(190,123,82); }

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

border-color css

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

 span { border-color: rgb(190,123,82); }

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