Html Css Color HEX #B77549 Brandy Punch

📋 copy color: '#B77549'

red 183 ◦ green 117 ◦ blue 73

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

Shades of Brandy Punch #B77549

Tints of Brandy Punch #B77549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

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

R = 49.06%
G = 31.37%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B77549 (or 0xB77549) is known color: Brandy Punch. HEX triplet: B7, 75 and 49. RGB value is (183,117,73). Sum of RGB (Red+Green+Blue) = 183+117+73=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77549 is #488AB6. Grayscale: #838383. Windows color (decimal): -4754103 or 4814263. OLE color: 4814263.

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

Color convert

RGB 183 117 73 -
CMYK 0 0.36 0.60 0.28
HSL 24º 0.43% 0.5% -
HSV(B) 24º 0.6% 0.72% -
XYZ 27.09 23.27 9.37 -
YUV 131.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 183 117 73 0 0.36 0.60 0.28 24 0.43 0.5
Hex B7 75 49 0 24 3C 1C 18 2B 32
Octal 267 165 111 0 44 74 34 30 53 62
Binary 10110111 1110101 1001001 0 100100 111100 11100 11000 101011 110010

Color Harmonies of #B77549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77549

Black with #B77549

Text Example


Text Example

White with #B77549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77549; }

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

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

background-color css

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

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

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

border-color css

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

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

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