Html Css Color HEX #B9763D Brandy Punch

📋 copy color: '#B9763D'

red 185 ◦ green 118 ◦ blue 61

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

Shades of Brandy Punch #B9763D

Tints of Brandy Punch #B9763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 50.82%
G = 32.42%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9763D (or 0xB9763D) is known color: Brandy Punch. HEX triplet: B9, 76 and 3D. RGB value is (185,118,61). Sum of RGB (Red+Green+Blue) = 185+118+61=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9763D is #4689C2. Grayscale: #838383. Windows color (decimal): -4622787 or 4028089. OLE color: 4028089.

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

Color convert

RGB 185 118 61 -
CMYK 0 0.36 0.67 0.27
HSL 27.58º 0.5% 0.48% -
HSV(B) 27.58º 0.67% 0.73% -
XYZ 27.33 23.61 7.53 -
YUV 131.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 185 118 61 0 0.36 0.67 0.27 27.58 0.5 0.48
Hex B9 76 3D 0 24 43 1B 1C 32 30
Octal 271 166 75 0 44 103 33 34 62 60
Binary 10111001 1110110 111101 0 100100 1000011 11011 11100 110010 110000

Color Harmonies of #B9763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9763D

Black with #B9763D

Text Example


Text Example

White with #B9763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9763D; }

 p { color: rgb(185,118,61); }

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

background-color css

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

 a { background-color: rgb(185,118,61); }

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

border-color css

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

 span { border-color: rgb(185,118,61); }

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