Html Css Color HEX #B78149 Brandy Punch

📋 copy color: '#B78149'

red 183 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #B78149

Tints of Brandy Punch #B78149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 47.53%
G = 33.51%
B = 18.96%

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

#B78149 (or 0xB78149) is known color: Brandy Punch. HEX triplet: B7, 81 and 49. RGB value is (183,129,73). Sum of RGB (Red+Green+Blue) = 183+129+73=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B78149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78149 is #487EB6. Grayscale: #8B8B8B. Windows color (decimal): -4751031 or 4817335. OLE color: 4817335.

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

Color convert

RGB 183 129 73 -
CMYK 0 0.30 0.60 0.28
HSL 30.55º 0.43% 0.5% -
HSV(B) 30.55º 0.6% 0.72% -
XYZ 28.58 26.25 9.86 -
YUV 138.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 183 129 73 0 0.30 0.60 0.28 30.55 0.43 0.5
Hex B7 81 49 0 1E 3C 1C 1F 2B 32
Octal 267 201 111 0 36 74 34 37 53 62
Binary 10110111 10000001 1001001 0 11110 111100 11100 11111 101011 110010

Color Harmonies of #B78149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78149

Black with #B78149

Text Example


Text Example

White with #B78149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78149; }

 p { color: rgb(183,129,73); }

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

background-color css

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

 a { background-color: rgb(183,129,73); }

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

border-color css

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

 span { border-color: rgb(183,129,73); }

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