Html Css Color HEX #B77548 Brandy Punch

📋 copy color: '#B77548'

red 183 ◦ green 117 ◦ blue 72

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

Shades of Brandy Punch #B77548

Tints of Brandy Punch #B77548

RGB

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

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

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

R = 49.19%
G = 31.45%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B77548 (or 0xB77548) is known color: Brandy Punch. HEX triplet: B7, 75 and 48. RGB value is (183,117,72). Sum of RGB (Red+Green+Blue) = 183+117+72=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B77548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77548 is #488AB7. Grayscale: #838383. Windows color (decimal): -4754104 or 4748727. OLE color: 4748727.

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

Color convert

RGB 183 117 72 -
CMYK 0 0.36 0.61 0.28
HSL 24.32º 0.44% 0.5% -
HSV(B) 24.32º 0.61% 0.72% -
XYZ 27.06 23.26 9.19 -
YUV 131.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 183 117 72 0 0.36 0.61 0.28 24.32 0.44 0.5
Hex B7 75 48 0 24 3D 1C 18 2C 32
Octal 267 165 110 0 44 75 34 30 54 62
Binary 10110111 1110101 1001000 0 100100 111101 11100 11000 101100 110010

Color Harmonies of #B77548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77548

Black with #B77548

Text Example


Text Example

White with #B77548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77548; }

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

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

background-color css

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

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

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

border-color css

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

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

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