Html Css Color HEX #B7804C Brandy Punch

📋 copy color: '#B7804C'

red 183 ◦ green 128 ◦ blue 76

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

Shades of Brandy Punch #B7804C

Tints of Brandy Punch #B7804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 47.29%
G = 33.07%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7804C (or 0xB7804C) is known color: Brandy Punch. HEX triplet: B7, 80 and 4C. RGB value is (183,128,76). Sum of RGB (Red+Green+Blue) = 183+128+76=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7804C is #487FB3. Grayscale: #8A8A8A. Windows color (decimal): -4751284 or 5013687. OLE color: 5013687.

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

Color convert

RGB 183 128 76 -
CMYK 0 0.30 0.58 0.28
HSL 29.16º 0.43% 0.51% -
HSV(B) 29.16º 0.58% 0.72% -
XYZ 28.55 26.03 10.36 -
YUV 138.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 183 128 76 0 0.30 0.58 0.28 29.16 0.43 0.51
Hex B7 80 4C 0 1E 3A 1C 1D 2B 33
Octal 267 200 114 0 36 72 34 35 53 63
Binary 10110111 10000000 1001100 0 11110 111010 11100 11101 101011 110011

Color Harmonies of #B7804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7804C

Black with #B7804C

Text Example


Text Example

White with #B7804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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