Html Css Color HEX #B98448 Brandy Punch

📋 copy color: '#B98448'

red 185 ◦ green 132 ◦ blue 72

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

Shades of Brandy Punch #B98448

Tints of Brandy Punch #B98448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 47.56%
G = 33.93%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98448 (or 0xB98448) is known color: Brandy Punch. HEX triplet: B9, 84 and 48. RGB value is (185,132,72). Sum of RGB (Red+Green+Blue) = 185+132+72=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98448 is #467BB7. Grayscale: #8D8D8D. Windows color (decimal): -4619192 or 4752569. OLE color: 4752569.

HSL color Cylindrical-coordinate representation of color #B98448: hue angle of 31.86º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98448 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 72 -
CMYK 0 0.29 0.61 0.27
HSL 31.86º 0.45% 0.5% -
HSV(B) 31.86º 0.61% 0.73% -
XYZ 29.43 27.28 9.85 -
YUV 141.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 185 132 72 0 0.29 0.61 0.27 31.86 0.45 0.5
Hex B9 84 48 0 1D 3D 1B 20 2D 32
Octal 271 204 110 0 35 75 33 40 55 62
Binary 10111001 10000100 1001000 0 11101 111101 11011 100000 101101 110010

Color Harmonies of #B98448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98448

Black with #B98448

Text Example


Text Example

White with #B98448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98448; }

 p { color: rgb(185,132,72); }

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

background-color css

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

 a { background-color: rgb(185,132,72); }

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

border-color css

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

 span { border-color: rgb(185,132,72); }

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