Html Css Color HEX #B9814A Brandy Punch

📋 copy color: '#B9814A'

red 185 ◦ green 129 ◦ blue 74

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

Shades of Brandy Punch #B9814A

Tints of Brandy Punch #B9814A

RGB

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

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

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

R = 47.68%
G = 33.25%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9814A (or 0xB9814A) is known color: Brandy Punch. HEX triplet: B9, 81 and 4A. RGB value is (185,129,74). Sum of RGB (Red+Green+Blue) = 185+129+74=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9814A is #467EB5. Grayscale: #8B8B8B. Windows color (decimal): -4619958 or 4882873. OLE color: 4882873.

HSL color Cylindrical-coordinate representation of color #B9814A: hue angle of 29.73º 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 #B9814A is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 74 -
CMYK 0 0.30 0.6 0.27
HSL 29.73º 0.44% 0.51% -
HSV(B) 29.73º 0.6% 0.73% -
XYZ 29.09 26.51 10.06 -
YUV 139.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 185 129 74 0 0.30 0.6 0.27 29.73 0.44 0.51
Hex B9 81 4A 0 1E 3C 1B 1E 2C 33
Octal 271 201 112 0 36 74 33 36 54 63
Binary 10111001 10000001 1001010 0 11110 111100 11011 11110 101100 110011

Color Harmonies of #B9814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9814A

Black with #B9814A

Text Example


Text Example

White with #B9814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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