Html Css Color HEX #B7764C Brandy Punch

📋 copy color: '#B7764C'

red 183 ◦ green 118 ◦ blue 76

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

Shades of Brandy Punch #B7764C

Tints of Brandy Punch #B7764C

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 48.54%
G = 31.3%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7764C (or 0xB7764C) is known color: Brandy Punch. HEX triplet: B7, 76 and 4C. RGB value is (183,118,76). Sum of RGB (Red+Green+Blue) = 183+118+76=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7764C is #4889B3. Grayscale: #848484. Windows color (decimal): -4753844 or 5011127. OLE color: 5011127.

HSL color Cylindrical-coordinate representation of color #B7764C: hue angle of 23.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7764C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 118 76 -
CMYK 0 0.36 0.58 0.28
HSL 23.55º 0.43% 0.51% -
HSV(B) 23.55º 0.58% 0.72% -
XYZ 27.31 23.55 9.94 -
YUV 132.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 183 118 76 0 0.36 0.58 0.28 23.55 0.43 0.51
Hex B7 76 4C 0 24 3A 1C 18 2B 33
Octal 267 166 114 0 44 72 34 30 53 63
Binary 10110111 1110110 1001100 0 100100 111010 11100 11000 101011 110011

Color Harmonies of #B7764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7764C

Black with #B7764C

Text Example


Text Example

White with #B7764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7764C; }

 p { color: rgb(183,118,76); }

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

background-color css

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

 a { background-color: rgb(183,118,76); }

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

border-color css

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

 span { border-color: rgb(183,118,76); }

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