Html Css Color HEX #B9753C Brandy Punch

📋 copy color: '#B9753C'

red 185 ◦ green 117 ◦ blue 60

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

Shades of Brandy Punch #B9753C

Tints of Brandy Punch #B9753C

RGB

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

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

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

R = 51.1%
G = 32.32%
B = 16.57%

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

#B9753C (or 0xB9753C) is known color: Brandy Punch. HEX triplet: B9, 75 and 3C. RGB value is (185,117,60). Sum of RGB (Red+Green+Blue) = 185+117+60=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9753C is #468AC3. Grayscale: #838383. Windows color (decimal): -4623044 or 3962297. OLE color: 3962297.

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

Color convert

RGB 185 117 60 -
CMYK 0 0.37 0.68 0.27
HSL 27.36º 0.51% 0.48% -
HSV(B) 27.36º 0.68% 0.73% -
XYZ 27.18 23.36 7.35 -
YUV 130.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 185 117 60 0 0.37 0.68 0.27 27.36 0.51 0.48
Hex B9 75 3C 0 25 44 1B 1B 33 30
Octal 271 165 74 0 45 104 33 33 63 60
Binary 10111001 1110101 111100 0 100101 1000100 11011 11011 110011 110000

Color Harmonies of #B9753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9753C

Black with #B9753C

Text Example


Text Example

White with #B9753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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