Html Css Color HEX #B8804F Brandy Punch

📋 copy color: '#B8804F'

red 184 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #B8804F

Tints of Brandy Punch #B8804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 47.06%
G = 32.74%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8804F (or 0xB8804F) is known color: Brandy Punch. HEX triplet: B8, 80 and 4F. RGB value is (184,128,79). Sum of RGB (Red+Green+Blue) = 184+128+79=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8804F is #477FB0. Grayscale: #8B8B8B. Windows color (decimal): -4685745 or 5210296. OLE color: 5210296.

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

Color convert

RGB 184 128 79 -
CMYK 0 0.30 0.57 0.28
HSL 28º 0.43% 0.52% -
HSV(B) 28º 0.57% 0.72% -
XYZ 28.9 26.19 10.93 -
YUV 139.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 184 128 79 0 0.30 0.57 0.28 28 0.43 0.52
Hex B8 80 4F 0 1E 39 1C 1C 2B 34
Octal 270 200 117 0 36 71 34 34 53 64
Binary 10111000 10000000 1001111 0 11110 111001 11100 11100 101011 110100

Color Harmonies of #B8804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8804F

Black with #B8804F

Text Example


Text Example

White with #B8804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8804F; }

 p { color: rgb(184,128,79); }

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

background-color css

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

 a { background-color: rgb(184,128,79); }

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

border-color css

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

 span { border-color: rgb(184,128,79); }

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