Html Css Color HEX #B9743E Brandy Punch

📋 copy color: '#B9743E'

red 185 ◦ green 116 ◦ blue 62

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

Shades of Brandy Punch #B9743E

Tints of Brandy Punch #B9743E

RGB

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

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

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

R = 50.96%
G = 31.96%
B = 17.08%

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

#B9743E (or 0xB9743E) is known color: Brandy Punch. HEX triplet: B9, 74 and 3E. RGB value is (185,116,62). Sum of RGB (Red+Green+Blue) = 185+116+62=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9743E is #468BC1. Grayscale: #828282. Windows color (decimal): -4623298 or 4093113. OLE color: 4093113.

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

Color convert

RGB 185 116 62 -
CMYK 0 0.37 0.66 0.27
HSL 26.34º 0.5% 0.48% -
HSV(B) 26.34º 0.66% 0.73% -
XYZ 27.12 23.15 7.6 -
YUV 130.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 185 116 62 0 0.37 0.66 0.27 26.34 0.5 0.48
Hex B9 74 3E 0 25 42 1B 1A 32 30
Octal 271 164 76 0 45 102 33 32 62 60
Binary 10111001 1110100 111110 0 100101 1000010 11011 11010 110010 110000

Color Harmonies of #B9743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9743E

Black with #B9743E

Text Example


Text Example

White with #B9743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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