Html Css Color HEX #B78048 Brandy Punch

📋 copy color: '#B78048'

red 183 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #B78048

Tints of Brandy Punch #B78048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 47.78%
G = 33.42%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B78048 (or 0xB78048) is known color: Brandy Punch. HEX triplet: B7, 80 and 48. RGB value is (183,128,72). Sum of RGB (Red+Green+Blue) = 183+128+72=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B78048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78048 is #487FB7. Grayscale: #8A8A8A. Windows color (decimal): -4751288 or 4751543. OLE color: 4751543.

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

Color convert

RGB 183 128 72 -
CMYK 0 0.30 0.61 0.28
HSL 30.27º 0.44% 0.5% -
HSV(B) 30.27º 0.61% 0.72% -
XYZ 28.42 25.97 9.65 -
YUV 138.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 183 128 72 0 0.30 0.61 0.28 30.27 0.44 0.5
Hex B7 80 48 0 1E 3D 1C 1E 2C 32
Octal 267 200 110 0 36 75 34 36 54 62
Binary 10110111 10000000 1001000 0 11110 111101 11100 11110 101100 110010

Color Harmonies of #B78048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78048

Black with #B78048

Text Example


Text Example

White with #B78048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78048; }

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

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

background-color css

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

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

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

border-color css

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

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

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