Html Css Color HEX #B7804A Brandy Punch

📋 copy color: '#B7804A'

red 183 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #B7804A

Tints of Brandy Punch #B7804A

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 47.53%
G = 33.25%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7804A (or 0xB7804A) is known color: Brandy Punch. HEX triplet: B7, 80 and 4A. RGB value is (183,128,74). Sum of RGB (Red+Green+Blue) = 183+128+74=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7804A is #487FB5. Grayscale: #8A8A8A. Windows color (decimal): -4751286 or 4882615. OLE color: 4882615.

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

Color convert

RGB 183 128 74 -
CMYK 0 0.30 0.60 0.28
HSL 29.72º 0.43% 0.5% -
HSV(B) 29.72º 0.6% 0.72% -
XYZ 28.48 26 10 -
YUV 138.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 183 128 74 0 0.30 0.60 0.28 29.72 0.43 0.5
Hex B7 80 4A 0 1E 3C 1C 1E 2B 32
Octal 267 200 112 0 36 74 34 36 53 62
Binary 10110111 10000000 1001010 0 11110 111100 11100 11110 101011 110010

Color Harmonies of #B7804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7804A

Black with #B7804A

Text Example


Text Example

White with #B7804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7804A; }

 p { color: rgb(183,128,74); }

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

background-color css

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

 a { background-color: rgb(183,128,74); }

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

border-color css

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

 span { border-color: rgb(183,128,74); }

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