Html Css Color HEX #B9763B Brandy Punch

📋 copy color: '#B9763B'

red 185 ◦ green 118 ◦ blue 59

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

Shades of Brandy Punch #B9763B

Tints of Brandy Punch #B9763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 51.1%
G = 32.6%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9763B (or 0xB9763B) is known color: Brandy Punch. HEX triplet: B9, 76 and 3B. RGB value is (185,118,59). Sum of RGB (Red+Green+Blue) = 185+118+59=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9763B is #4689C4. Grayscale: #838383. Windows color (decimal): -4622789 or 3897017. OLE color: 3897017.

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

Color convert

RGB 185 118 59 -
CMYK 0 0.36 0.68 0.27
HSL 28.1º 0.52% 0.48% -
HSV(B) 28.1º 0.68% 0.73% -
XYZ 27.28 23.59 7.25 -
YUV 131.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 185 118 59 0 0.36 0.68 0.27 28.1 0.52 0.48
Hex B9 76 3B 0 24 44 1B 1C 34 30
Octal 271 166 73 0 44 104 33 34 64 60
Binary 10111001 1110110 111011 0 100100 1000100 11011 11100 110100 110000

Color Harmonies of #B9763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9763B

Black with #B9763B

Text Example


Text Example

White with #B9763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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