Html Css Color HEX #B77979 Brandy Rose

📋 copy color: '#B77979'

red 183 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #B77979

Tints of Brandy Rose #B77979

RGB

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

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

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

R = 43.06%
G = 28.47%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B77979 (or 0xB77979) is known color: Brandy Rose. HEX triplet: B7, 79 and 79. RGB value is (183,121,121). Sum of RGB (Red+Green+Blue) = 183+121+121=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77979 is #488686. Grayscale: #8B8B8B. Windows color (decimal): -4753031 or 7961015. OLE color: 7961015.

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

Color convert

RGB 183 121 121 -
CMYK 0 0.34 0.34 0.28
HSL 0.3% 0.6% -
HSV(B) 0.34% 0.72% -
XYZ 29.82 25.12 21.37 -
YUV 139.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 183 121 121 0 0.34 0.34 0.28 0 0.3 0.6
Hex B7 79 79 0 22 22 1C 0 1E 3C
Octal 267 171 171 0 42 42 34 0 36 74
Binary 10110111 1111001 1111001 0 100010 100010 11100 0 11110 111100

Color Harmonies of #B77979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77979

Black with #B77979

Text Example


Text Example

White with #B77979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77979; }

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

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

background-color css

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

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

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

border-color css

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

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

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