Html Css Color HEX #B8763F Brandy Punch

📋 copy color: '#B8763F'

red 184 ◦ green 118 ◦ blue 63

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

Shades of Brandy Punch #B8763F

Tints of Brandy Punch #B8763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 50.41%
G = 32.33%
B = 17.26%

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

#B8763F (or 0xB8763F) is known color: Brandy Punch. HEX triplet: B8, 76 and 3F. RGB value is (184,118,63). Sum of RGB (Red+Green+Blue) = 184+118+63=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8763F is #4789C0. Grayscale: #838383. Windows color (decimal): -4688321 or 4159160. OLE color: 4159160.

HSL color Cylindrical-coordinate representation of color #B8763F: hue angle of 27.27º degrees, saturation: 0.49, 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 #B8763F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 63 -
CMYK 0 0.36 0.66 0.28
HSL 27.27º 0.49% 0.48% -
HSV(B) 27.27º 0.66% 0.72% -
XYZ 27.14 23.51 7.81 -
YUV 131.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 184 118 63 0 0.36 0.66 0.28 27.27 0.49 0.48
Hex B8 76 3F 0 24 42 1C 1B 31 30
Octal 270 166 77 0 44 102 34 33 61 60
Binary 10111000 1110110 111111 0 100100 1000010 11100 11011 110001 110000

Color Harmonies of #B8763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8763F

Black with #B8763F

Text Example


Text Example

White with #B8763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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