Html Css Color HEX #B9764C Brandy Punch

📋 copy color: '#B9764C'

red 185 ◦ green 118 ◦ blue 76

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

Shades of Brandy Punch #B9764C

Tints of Brandy Punch #B9764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 48.81%
G = 31.13%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9764C (or 0xB9764C) is known color: Brandy Punch. HEX triplet: B9, 76 and 4C. RGB value is (185,118,76). Sum of RGB (Red+Green+Blue) = 185+118+76=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9764C is #4689B3. Grayscale: #858585. Windows color (decimal): -4622772 or 5011129. OLE color: 5011129.

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

Color convert

RGB 185 118 76 -
CMYK 0 0.36 0.59 0.27
HSL 23.12º 0.44% 0.51% -
HSV(B) 23.12º 0.59% 0.73% -
XYZ 27.79 23.79 9.97 -
YUV 133.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 185 118 76 0 0.36 0.59 0.27 23.12 0.44 0.51
Hex B9 76 4C 0 24 3B 1B 17 2C 33
Octal 271 166 114 0 44 73 33 27 54 63
Binary 10111001 1110110 1001100 0 100100 111011 11011 10111 101100 110011

Color Harmonies of #B9764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9764C

Black with #B9764C

Text Example


Text Example

White with #B9764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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