Html Css Color HEX #B9753F Brandy Punch

📋 copy color: '#B9753F'

red 185 ◦ green 117 ◦ blue 63

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

Shades of Brandy Punch #B9753F

Tints of Brandy Punch #B9753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 50.68%
G = 32.05%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9753F (or 0xB9753F) is known color: Brandy Punch. HEX triplet: B9, 75 and 3F. RGB value is (185,117,63). Sum of RGB (Red+Green+Blue) = 185+117+63=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753F is #468AC0. Grayscale: #838383. Windows color (decimal): -4623041 or 4158905. OLE color: 4158905.

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

Color convert

RGB 185 117 63 -
CMYK 0 0.37 0.66 0.27
HSL 26.56º 0.49% 0.49% -
HSV(B) 26.56º 0.66% 0.73% -
XYZ 27.27 23.4 7.78 -
YUV 131.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 185 117 63 0 0.37 0.66 0.27 26.56 0.49 0.49
Hex B9 75 3F 0 25 42 1B 1B 31 31
Octal 271 165 77 0 45 102 33 33 61 61
Binary 10111001 1110101 111111 0 100101 1000010 11011 11011 110001 110001

Color Harmonies of #B9753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9753F

Black with #B9753F

Text Example


Text Example

White with #B9753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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