Html Css Color HEX #B9743C Brandy Punch

📋 copy color: '#B9743C'

red 185 ◦ green 116 ◦ blue 60

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

Shades of Brandy Punch #B9743C

Tints of Brandy Punch #B9743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 51.25%
G = 32.13%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9743C (or 0xB9743C) is known color: Brandy Punch. HEX triplet: B9, 74 and 3C. RGB value is (185,116,60). Sum of RGB (Red+Green+Blue) = 185+116+60=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9743C is #468BC3. Grayscale: #828282. Windows color (decimal): -4623300 or 3962041. OLE color: 3962041.

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

Color convert

RGB 185 116 60 -
CMYK 0 0.37 0.68 0.27
HSL 26.88º 0.51% 0.48% -
HSV(B) 26.88º 0.68% 0.73% -
XYZ 27.07 23.13 7.31 -
YUV 130.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 185 116 60 0 0.37 0.68 0.27 26.88 0.51 0.48
Hex B9 74 3C 0 25 44 1B 1B 33 30
Octal 271 164 74 0 45 104 33 33 63 60
Binary 10111001 1110100 111100 0 100101 1000100 11011 11011 110011 110000

Color Harmonies of #B9743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9743C

Black with #B9743C

Text Example


Text Example

White with #B9743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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