Html Css Color HEX #B9743F Brandy Punch

📋 copy color: '#B9743F'

red 185 ◦ green 116 ◦ blue 63

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

Shades of Brandy Punch #B9743F

Tints of Brandy Punch #B9743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 50.82%
G = 31.87%
B = 17.31%

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

#B9743F (or 0xB9743F) is known color: Brandy Punch. HEX triplet: B9, 74 and 3F. RGB value is (185,116,63). Sum of RGB (Red+Green+Blue) = 185+116+63=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9743F is #468BC0. Grayscale: #828282. Windows color (decimal): -4623297 or 4158649. OLE color: 4158649.

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

Color convert

RGB 185 116 63 -
CMYK 0 0.37 0.66 0.27
HSL 26.07º 0.49% 0.49% -
HSV(B) 26.07º 0.66% 0.73% -
XYZ 27.15 23.16 7.74 -
YUV 130.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 185 116 63 0 0.37 0.66 0.27 26.07 0.49 0.49
Hex B9 74 3F 0 25 42 1B 1A 31 31
Octal 271 164 77 0 45 102 33 32 61 61
Binary 10111001 1110100 111111 0 100101 1000010 11011 11010 110001 110001

Color Harmonies of #B9743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9743F

Black with #B9743F

Text Example


Text Example

White with #B9743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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