Html Css Color HEX #B98243 Brandy Punch

📋 copy color: '#B98243'

red 185 ◦ green 130 ◦ blue 67

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

Shades of Brandy Punch #B98243

Tints of Brandy Punch #B98243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 48.43%
G = 34.03%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B98243 (or 0xB98243) is known color: Brandy Punch. HEX triplet: B9, 82 and 43. RGB value is (185,130,67). Sum of RGB (Red+Green+Blue) = 185+130+67=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B98243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98243 is #467DBC. Grayscale: #8B8B8B. Windows color (decimal): -4619709 or 4424377. OLE color: 4424377.

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

Color convert

RGB 185 130 67 -
CMYK 0 0.30 0.64 0.27
HSL 32.03º 0.47% 0.49% -
HSV(B) 32.03º 0.64% 0.73% -
XYZ 29 26.68 8.93 -
YUV 139.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 185 130 67 0 0.30 0.64 0.27 32.03 0.47 0.49
Hex B9 82 43 0 1E 40 1B 20 2F 31
Octal 271 202 103 0 36 100 33 40 57 61
Binary 10111001 10000010 1000011 0 11110 1000000 11011 100000 101111 110001

Color Harmonies of #B98243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98243

Black with #B98243

Text Example


Text Example

White with #B98243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98243; }

 p { color: rgb(185,130,67); }

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

background-color css

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

 a { background-color: rgb(185,130,67); }

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

border-color css

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

 span { border-color: rgb(185,130,67); }

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