Html Css Color HEX #B98050 Brandy Punch

📋 copy color: '#B98050'

red 185 ◦ green 128 ◦ blue 80

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

Shades of Brandy Punch #B98050

Tints of Brandy Punch #B98050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 47.07%
G = 32.57%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B98050 (or 0xB98050) is known color: Brandy Punch. HEX triplet: B9, 80 and 50. RGB value is (185,128,80). Sum of RGB (Red+Green+Blue) = 185+128+80=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B98050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98050 is #467FAF. Grayscale: #8B8B8B. Windows color (decimal): -4620208 or 5275833. OLE color: 5275833.

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

Color convert

RGB 185 128 80 -
CMYK 0 0.31 0.57 0.27
HSL 27.43º 0.43% 0.52% -
HSV(B) 27.43º 0.57% 0.73% -
XYZ 29.17 26.33 11.13 -
YUV 139.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 185 128 80 0 0.31 0.57 0.27 27.43 0.43 0.52
Hex B9 80 50 0 1F 39 1B 1B 2B 34
Octal 271 200 120 0 37 71 33 33 53 64
Binary 10111001 10000000 1010000 0 11111 111001 11011 11011 101011 110100

Color Harmonies of #B98050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98050

Black with #B98050

Text Example


Text Example

White with #B98050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98050; }

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

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

background-color css

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

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

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

border-color css

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

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

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