Html Css Color HEX #B77948 Brandy Punch

📋 copy color: '#B77948'

red 183 ◦ green 121 ◦ blue 72

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

Shades of Brandy Punch #B77948

Tints of Brandy Punch #B77948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 48.67%
G = 32.18%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B77948 (or 0xB77948) is known color: Brandy Punch. HEX triplet: B7, 79 and 48. RGB value is (183,121,72). Sum of RGB (Red+Green+Blue) = 183+121+72=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77948 is #4886B7. Grayscale: #868686. Windows color (decimal): -4753080 or 4749751. OLE color: 4749751.

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

Color convert

RGB 183 121 72 -
CMYK 0 0.34 0.61 0.28
HSL 26.49º 0.44% 0.5% -
HSV(B) 26.49º 0.61% 0.72% -
XYZ 27.54 24.21 9.35 -
YUV 133.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 183 121 72 0 0.34 0.61 0.28 26.49 0.44 0.5
Hex B7 79 48 0 22 3D 1C 1A 2C 32
Octal 267 171 110 0 42 75 34 32 54 62
Binary 10110111 1111001 1001000 0 100010 111101 11100 11010 101100 110010

Color Harmonies of #B77948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77948

Black with #B77948

Text Example


Text Example

White with #B77948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77948; }

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

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

background-color css

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

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

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

border-color css

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

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

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