Html Css Color HEX #B7764E Brandy Punch

📋 copy color: '#B7764E'

red 183 ◦ green 118 ◦ blue 78

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

Shades of Brandy Punch #B7764E

Tints of Brandy Punch #B7764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 48.28%
G = 31.13%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7764E (or 0xB7764E) is known color: Brandy Punch. HEX triplet: B7, 76 and 4E. RGB value is (183,118,78). Sum of RGB (Red+Green+Blue) = 183+118+78=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7764E is #4889B1. Grayscale: #858585. Windows color (decimal): -4753842 or 5142199. OLE color: 5142199.

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

Color convert

RGB 183 118 78 -
CMYK 0 0.36 0.57 0.28
HSL 22.86º 0.42% 0.51% -
HSV(B) 22.86º 0.57% 0.72% -
XYZ 27.38 23.57 10.31 -
YUV 132.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 183 118 78 0 0.36 0.57 0.28 22.86 0.42 0.51
Hex B7 76 4E 0 24 39 1C 17 2A 33
Octal 267 166 116 0 44 71 34 27 52 63
Binary 10110111 1110110 1001110 0 100100 111001 11100 10111 101010 110011

Color Harmonies of #B7764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7764E

Black with #B7764E

Text Example


Text Example

White with #B7764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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