Html Css Color HEX #B9753E Brandy Punch

📋 copy color: '#B9753E'

red 185 ◦ green 117 ◦ blue 62

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

Shades of Brandy Punch #B9753E

Tints of Brandy Punch #B9753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 50.82%
G = 32.14%
B = 17.03%

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

#B9753E (or 0xB9753E) is known color: Brandy Punch. HEX triplet: B9, 75 and 3E. RGB value is (185,117,62). Sum of RGB (Red+Green+Blue) = 185+117+62=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753E is #468AC1. Grayscale: #838383. Windows color (decimal): -4623042 or 4093369. OLE color: 4093369.

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

Color convert

RGB 185 117 62 -
CMYK 0 0.37 0.66 0.27
HSL 26.83º 0.5% 0.48% -
HSV(B) 26.83º 0.66% 0.73% -
XYZ 27.24 23.38 7.64 -
YUV 131.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 185 117 62 0 0.37 0.66 0.27 26.83 0.5 0.48
Hex B9 75 3E 0 25 42 1B 1B 32 30
Octal 271 165 76 0 45 102 33 33 62 60
Binary 10111001 1110101 111110 0 100101 1000010 11011 11011 110010 110000

Color Harmonies of #B9753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9753E

Black with #B9753E

Text Example


Text Example

White with #B9753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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