Html Css Color HEX #B77D79 Brandy Rose

📋 copy color: '#B77D79'

red 183 ◦ green 125 ◦ blue 121

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

Shades of Brandy Rose #B77D79

Tints of Brandy Rose #B77D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 42.66%
G = 29.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B77D79 (or 0xB77D79) is known color: Brandy Rose. HEX triplet: B7, 7D and 79. RGB value is (183,125,121). Sum of RGB (Red+Green+Blue) = 183+125+121=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D79 is #488286. Grayscale: #8D8D8D. Windows color (decimal): -4752007 or 7962039. OLE color: 7962039.

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

Color convert

RGB 183 125 121 -
CMYK 0 0.32 0.34 0.28
HSL 3.87º 0.3% 0.6% -
HSV(B) 3.87º 0.34% 0.72% -
XYZ 30.31 26.11 21.53 -
YUV 141.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 183 125 121 0 0.32 0.34 0.28 3.87 0.3 0.6
Hex B7 7D 79 0 20 22 1C 4 1E 3C
Octal 267 175 171 0 40 42 34 4 36 74
Binary 10110111 1111101 1111001 0 100000 100010 11100 100 11110 111100

Color Harmonies of #B77D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D79

Black with #B77D79

Text Example


Text Example

White with #B77D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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