Html Css Color HEX #B8763E Brandy Punch

📋 copy color: '#B8763E'

red 184 ◦ green 118 ◦ blue 62

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

Shades of Brandy Punch #B8763E

Tints of Brandy Punch #B8763E

RGB

 RED value IS 184 (72.27% from 255) = 50.55%

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 50.55%
G = 32.42%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8763E (or 0xB8763E) is known color: Brandy Punch. HEX triplet: B8, 76 and 3E. RGB value is (184,118,62). Sum of RGB (Red+Green+Blue) = 184+118+62=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8763E is #4789C1. Grayscale: #838383. Windows color (decimal): -4688322 or 4093624. OLE color: 4093624.

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

Color convert

RGB 184 118 62 -
CMYK 0 0.36 0.66 0.28
HSL 27.54º 0.5% 0.48% -
HSV(B) 27.54º 0.66% 0.72% -
XYZ 27.12 23.5 7.66 -
YUV 131.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 184 118 62 0 0.36 0.66 0.28 27.54 0.5 0.48
Hex B8 76 3E 0 24 42 1C 1C 32 30
Octal 270 166 76 0 44 102 34 34 62 60
Binary 10111000 1110110 111110 0 100100 1000010 11100 11100 110010 110000

Color Harmonies of #B8763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8763E

Black with #B8763E

Text Example


Text Example

White with #B8763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8763E; }

 p { color: rgb(184,118,62); }

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

background-color css

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

 a { background-color: rgb(184,118,62); }

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

border-color css

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

 span { border-color: rgb(184,118,62); }

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