Html Css Color HEX #B77971 Brandy Rose

📋 copy color: '#B77971'

red 183 ◦ green 121 ◦ blue 113

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

Shades of Brandy Rose #B77971

Tints of Brandy Rose #B77971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 43.88%
G = 29.02%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B77971 (or 0xB77971) is known color: Brandy Rose. HEX triplet: B7, 79 and 71. RGB value is (183,121,113). Sum of RGB (Red+Green+Blue) = 183+121+113=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77971 is #48868E. Grayscale: #8A8A8A. Windows color (decimal): -4753039 or 7436727. OLE color: 7436727.

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

Color convert

RGB 183 121 113 -
CMYK 0 0.34 0.38 0.28
HSL 6.86º 0.33% 0.58% -
HSV(B) 6.86º 0.38% 0.72% -
XYZ 29.35 24.93 18.89 -
YUV 138.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 183 121 113 0 0.34 0.38 0.28 6.86 0.33 0.58
Hex B7 79 71 0 22 26 1C 7 21 3A
Octal 267 171 161 0 42 46 34 7 41 72
Binary 10110111 1111001 1110001 0 100010 100110 11100 111 100001 111010

Color Harmonies of #B77971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77971

Black with #B77971

Text Example


Text Example

White with #B77971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77971; }

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

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

background-color css

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

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

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

border-color css

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

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

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