Html Css Color HEX #B9744B Brandy Punch

📋 copy color: '#B9744B'

red 185 ◦ green 116 ◦ blue 75

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

Shades of Brandy Punch #B9744B

Tints of Brandy Punch #B9744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 49.2%
G = 30.85%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9744B (or 0xB9744B) is known color: Brandy Punch. HEX triplet: B9, 74 and 4B. RGB value is (185,116,75). Sum of RGB (Red+Green+Blue) = 185+116+75=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9744B is #468BB4. Grayscale: #848484. Windows color (decimal): -4623285 or 4945081. OLE color: 4945081.

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

Color convert

RGB 185 116 75 -
CMYK 0 0.37 0.59 0.27
HSL 22.36º 0.44% 0.51% -
HSV(B) 22.36º 0.59% 0.73% -
XYZ 27.52 23.31 9.71 -
YUV 131.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 185 116 75 0 0.37 0.59 0.27 22.36 0.44 0.51
Hex B9 74 4B 0 25 3B 1B 16 2C 33
Octal 271 164 113 0 45 73 33 26 54 63
Binary 10111001 1110100 1001011 0 100101 111011 11011 10110 101100 110011

Color Harmonies of #B9744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9744B

Black with #B9744B

Text Example


Text Example

White with #B9744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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