Html Css Color HEX #B98053 Brandy Punch

📋 copy color: '#B98053'

red 185 ◦ green 128 ◦ blue 83

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

Shades of Brandy Punch #B98053

Tints of Brandy Punch #B98053

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 46.72%
G = 32.32%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B98053 (or 0xB98053) is known color: Brandy Punch. HEX triplet: B9, 80 and 53. RGB value is (185,128,83). Sum of RGB (Red+Green+Blue) = 185+128+83=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B98053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98053 is #467FAC. Grayscale: #8C8C8C. Windows color (decimal): -4620205 or 5472441. OLE color: 5472441.

HSL color Cylindrical-coordinate representation of color #B98053: hue angle of 26.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B98053 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 83 -
CMYK 0 0.31 0.55 0.27
HSL 26.47º 0.42% 0.53% -
HSV(B) 26.47º 0.55% 0.73% -
XYZ 29.29 26.38 11.73 -
YUV 139.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 185 128 83 0 0.31 0.55 0.27 26.47 0.42 0.53
Hex B9 80 53 0 1F 37 1B 1A 2A 35
Octal 271 200 123 0 37 67 33 32 52 65
Binary 10111001 10000000 1010011 0 11111 110111 11011 11010 101010 110101

Color Harmonies of #B98053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98053

Black with #B98053

Text Example


Text Example

White with #B98053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98053; }

 p { color: rgb(185,128,83); }

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

background-color css

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

 a { background-color: rgb(185,128,83); }

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

border-color css

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

 span { border-color: rgb(185,128,83); }

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