Html Css Color HEX #B77B48 Brandy Punch

📋 copy color: '#B77B48'

red 183 ◦ green 123 ◦ blue 72

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

Shades of Brandy Punch #B77B48

Tints of Brandy Punch #B77B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 48.41%
G = 32.54%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B77B48 (or 0xB77B48) is known color: Brandy Punch. HEX triplet: B7, 7B and 48. RGB value is (183,123,72). Sum of RGB (Red+Green+Blue) = 183+123+72=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B48 is #4884B7. Grayscale: #878787. Windows color (decimal): -4752568 or 4750263. OLE color: 4750263.

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

Color convert

RGB 183 123 72 -
CMYK 0 0.33 0.61 0.28
HSL 27.57º 0.44% 0.5% -
HSV(B) 27.57º 0.61% 0.72% -
XYZ 27.78 24.7 9.43 -
YUV 135.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 183 123 72 0 0.33 0.61 0.28 27.57 0.44 0.5
Hex B7 7B 48 0 21 3D 1C 1C 2C 32
Octal 267 173 110 0 41 75 34 34 54 62
Binary 10110111 1111011 1001000 0 100001 111101 11100 11100 101100 110010

Color Harmonies of #B77B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B48

Black with #B77B48

Text Example


Text Example

White with #B77B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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