Html Css Color HEX #B8743E Brandy Punch

📋 copy color: '#B8743E'

red 184 ◦ green 116 ◦ blue 62

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

Shades of Brandy Punch #B8743E

Tints of Brandy Punch #B8743E

RGB

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

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

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

R = 50.83%
G = 32.04%
B = 17.13%

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

#B8743E (or 0xB8743E) is known color: Brandy Punch. HEX triplet: B8, 74 and 3E. RGB value is (184,116,62). Sum of RGB (Red+Green+Blue) = 184+116+62=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8743E is #478BC1. Grayscale: #828282. Windows color (decimal): -4688834 or 4093112. OLE color: 4093112.

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

Color convert

RGB 184 116 62 -
CMYK 0 0.37 0.66 0.28
HSL 26.56º 0.5% 0.48% -
HSV(B) 26.56º 0.66% 0.72% -
XYZ 26.88 23.03 7.59 -
YUV 130.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 184 116 62 0 0.37 0.66 0.28 26.56 0.5 0.48
Hex B8 74 3E 0 25 42 1C 1B 32 30
Octal 270 164 76 0 45 102 34 33 62 60
Binary 10111000 1110100 111110 0 100101 1000010 11100 11011 110010 110000

Color Harmonies of #B8743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8743E

Black with #B8743E

Text Example


Text Example

White with #B8743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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