Html Css Color HEX #B98144 Brandy Punch

📋 copy color: '#B98144'

red 185 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #B98144

Tints of Brandy Punch #B98144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 48.43%
G = 33.77%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B98144 (or 0xB98144) is known color: Brandy Punch. HEX triplet: B9, 81 and 44. RGB value is (185,129,68). Sum of RGB (Red+Green+Blue) = 185+129+68=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B98144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98144 is #467EBB. Grayscale: #8B8B8B. Windows color (decimal): -4619964 or 4489657. OLE color: 4489657.

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

Color convert

RGB 185 129 68 -
CMYK 0 0.30 0.63 0.27
HSL 31.28º 0.46% 0.5% -
HSV(B) 31.28º 0.63% 0.73% -
XYZ 28.9 26.43 9.05 -
YUV 138.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 185 129 68 0 0.30 0.63 0.27 31.28 0.46 0.5
Hex B9 81 44 0 1E 3F 1B 1F 2E 32
Octal 271 201 104 0 36 77 33 37 56 62
Binary 10111001 10000001 1000100 0 11110 111111 11011 11111 101110 110010

Color Harmonies of #B98144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98144

Black with #B98144

Text Example


Text Example

White with #B98144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98144; }

 p { color: rgb(185,129,68); }

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

background-color css

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

 a { background-color: rgb(185,129,68); }

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

border-color css

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

 span { border-color: rgb(185,129,68); }

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