Html Css Color HEX #B8743F Brandy Punch

📋 copy color: '#B8743F'

red 184 ◦ green 116 ◦ blue 63

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

Shades of Brandy Punch #B8743F

Tints of Brandy Punch #B8743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 50.69%
G = 31.96%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8743F (or 0xB8743F) is known color: Brandy Punch. HEX triplet: B8, 74 and 3F. RGB value is (184,116,63). Sum of RGB (Red+Green+Blue) = 184+116+63=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8743F is #478BC0. Grayscale: #828282. Windows color (decimal): -4688833 or 4158648. OLE color: 4158648.

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

Color convert

RGB 184 116 63 -
CMYK 0 0.37 0.66 0.28
HSL 26.28º 0.49% 0.48% -
HSV(B) 26.28º 0.66% 0.72% -
XYZ 26.91 23.04 7.73 -
YUV 130.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 184 116 63 0 0.37 0.66 0.28 26.28 0.49 0.48
Hex B8 74 3F 0 25 42 1C 1A 31 30
Octal 270 164 77 0 45 102 34 32 61 60
Binary 10111000 1110100 111111 0 100101 1000010 11100 11010 110001 110000

Color Harmonies of #B8743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8743F

Black with #B8743F

Text Example


Text Example

White with #B8743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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