Html Css Color HEX #B77850 Brandy Punch

📋 copy color: '#B77850'

red 183 ◦ green 120 ◦ blue 80

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

Shades of Brandy Punch #B77850

Tints of Brandy Punch #B77850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.33%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 47.78%
G = 31.33%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B77850 (or 0xB77850) is known color: Brandy Punch. HEX triplet: B7, 78 and 50. RGB value is (183,120,80). Sum of RGB (Red+Green+Blue) = 183+120+80=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77850 is #4887AF. Grayscale: #868686. Windows color (decimal): -4753328 or 5273783. OLE color: 5273783.

HSL color Cylindrical-coordinate representation of color #B77850: hue angle of 23.3º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B77850 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 120 80 -
CMYK 0 0.34 0.56 0.28
HSL 23.3º 0.42% 0.52% -
HSV(B) 23.3º 0.56% 0.72% -
XYZ 27.69 24.08 10.78 -
YUV 134.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 183 120 80 0 0.34 0.56 0.28 23.3 0.42 0.52
Hex B7 78 50 0 22 38 1C 17 2A 34
Octal 267 170 120 0 42 70 34 27 52 64
Binary 10110111 1111000 1010000 0 100010 111000 11100 10111 101010 110100

Color Harmonies of #B77850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77850

Black with #B77850

Text Example


Text Example

White with #B77850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77850; }

 p { color: rgb(183,120,80); }

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

background-color css

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

 a { background-color: rgb(183,120,80); }

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

border-color css

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

 span { border-color: rgb(183,120,80); }

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