Html Css Color HEX #B9754C Brandy Punch

📋 copy color: '#B9754C'

red 185 ◦ green 117 ◦ blue 76

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

Shades of Brandy Punch #B9754C

Tints of Brandy Punch #B9754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 48.94%
G = 30.95%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9754C (or 0xB9754C) is known color: Brandy Punch. HEX triplet: B9, 75 and 4C. RGB value is (185,117,76). Sum of RGB (Red+Green+Blue) = 185+117+76=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9754C is #468AB3. Grayscale: #848484. Windows color (decimal): -4623028 or 5010873. OLE color: 5010873.

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

Color convert

RGB 185 117 76 -
CMYK 0 0.37 0.59 0.27
HSL 22.57º 0.44% 0.51% -
HSV(B) 22.57º 0.59% 0.73% -
XYZ 27.67 23.56 9.93 -
YUV 132.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 185 117 76 0 0.37 0.59 0.27 22.57 0.44 0.51
Hex B9 75 4C 0 25 3B 1B 17 2C 33
Octal 271 165 114 0 45 73 33 27 54 63
Binary 10111001 1110101 1001100 0 100101 111011 11011 10111 101100 110011

Color Harmonies of #B9754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9754C

Black with #B9754C

Text Example


Text Example

White with #B9754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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