Html Css Color HEX #B9844A Brandy Punch

📋 copy color: '#B9844A'

red 185 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #B9844A

Tints of Brandy Punch #B9844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 47.31%
G = 33.76%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9844A (or 0xB9844A) is known color: Brandy Punch. HEX triplet: B9, 84 and 4A. RGB value is (185,132,74). Sum of RGB (Red+Green+Blue) = 185+132+74=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9844A is #467BB5. Grayscale: #8D8D8D. Windows color (decimal): -4619190 or 4883641. OLE color: 4883641.

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

Color convert

RGB 185 132 74 -
CMYK 0 0.29 0.6 0.27
HSL 31.35º 0.44% 0.51% -
HSV(B) 31.35º 0.6% 0.73% -
XYZ 29.49 27.31 10.2 -
YUV 141.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 185 132 74 0 0.29 0.6 0.27 31.35 0.44 0.51
Hex B9 84 4A 0 1D 3C 1B 1F 2C 33
Octal 271 204 112 0 35 74 33 37 54 63
Binary 10111001 10000100 1001010 0 11101 111100 11011 11111 101100 110011

Color Harmonies of #B9844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9844A

Black with #B9844A

Text Example


Text Example

White with #B9844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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