Html Css Color HEX #B77C76 Brandy Rose

📋 copy color: '#B77C76'

red 183 ◦ green 124 ◦ blue 118

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

Shades of Brandy Rose #B77C76

Tints of Brandy Rose #B77C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 43.06%
G = 29.18%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77C76 (or 0xB77C76) is known color: Brandy Rose. HEX triplet: B7, 7C and 76. RGB value is (183,124,118). Sum of RGB (Red+Green+Blue) = 183+124+118=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C76 is #488389. Grayscale: #8D8D8D. Windows color (decimal): -4752266 or 7765175. OLE color: 7765175.

HSL color Cylindrical-coordinate representation of color #B77C76: hue angle of 5.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77C76 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 118 -
CMYK 0 0.32 0.36 0.28
HSL 5.54º 0.31% 0.59% -
HSV(B) 5.54º 0.36% 0.72% -
XYZ 30.01 25.79 20.54 -
YUV 140.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 183 124 118 0 0.32 0.36 0.28 5.54 0.31 0.59
Hex B7 7C 76 0 20 24 1C 6 1F 3B
Octal 267 174 166 0 40 44 34 6 37 73
Binary 10110111 1111100 1110110 0 100000 100100 11100 110 11111 111011

Color Harmonies of #B77C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C76

Black with #B77C76

Text Example


Text Example

White with #B77C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C76; }

 p { color: rgb(183,124,118); }

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

background-color css

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

 a { background-color: rgb(183,124,118); }

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

border-color css

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

 span { border-color: rgb(183,124,118); }

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