Html Css Color HEX #B9754A Brandy Punch

📋 copy color: '#B9754A'

red 185 ◦ green 117 ◦ blue 74

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

Shades of Brandy Punch #B9754A

Tints of Brandy Punch #B9754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 49.2%
G = 31.12%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9754A (or 0xB9754A) is known color: Brandy Punch. HEX triplet: B9, 75 and 4A. RGB value is (185,117,74). Sum of RGB (Red+Green+Blue) = 185+117+74=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9754A is #468AB5. Grayscale: #848484. Windows color (decimal): -4623030 or 4879801. OLE color: 4879801.

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

Color convert

RGB 185 117 74 -
CMYK 0 0.37 0.6 0.27
HSL 23.24º 0.44% 0.51% -
HSV(B) 23.24º 0.6% 0.73% -
XYZ 27.6 23.53 9.57 -
YUV 132.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 185 117 74 0 0.37 0.6 0.27 23.24 0.44 0.51
Hex B9 75 4A 0 25 3C 1B 17 2C 33
Octal 271 165 112 0 45 74 33 27 54 63
Binary 10111001 1110101 1001010 0 100101 111100 11011 10111 101100 110011

Color Harmonies of #B9754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9754A

Black with #B9754A

Text Example


Text Example

White with #B9754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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