Html Css Color HEX #B9754B Brandy Punch

📋 copy color: '#B9754B'

red 185 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #B9754B

Tints of Brandy Punch #B9754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 49.07%
G = 31.03%
B = 19.89%

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

#B9754B (or 0xB9754B) is known color: Brandy Punch. HEX triplet: B9, 75 and 4B. RGB value is (185,117,75). Sum of RGB (Red+Green+Blue) = 185+117+75=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9754B is #468AB4. Grayscale: #848484. Windows color (decimal): -4623029 or 4945337. OLE color: 4945337.

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

Color convert

RGB 185 117 75 -
CMYK 0 0.37 0.59 0.27
HSL 22.91º 0.44% 0.51% -
HSV(B) 22.91º 0.59% 0.73% -
XYZ 27.64 23.54 9.74 -
YUV 132.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 185 117 75 0 0.37 0.59 0.27 22.91 0.44 0.51
Hex B9 75 4B 0 25 3B 1B 17 2C 33
Octal 271 165 113 0 45 73 33 27 54 63
Binary 10111001 1110101 1001011 0 100101 111011 11011 10111 101100 110011

Color Harmonies of #B9754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9754B

Black with #B9754B

Text Example


Text Example

White with #B9754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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