Html Css Color HEX #B77976 Brandy Rose

📋 copy color: '#B77976'

red 183 ◦ green 121 ◦ blue 118

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

Shades of Brandy Rose #B77976

Tints of Brandy Rose #B77976

RGB

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

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

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

R = 43.36%
G = 28.67%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77976 (or 0xB77976) is known color: Brandy Rose. HEX triplet: B7, 79 and 76. RGB value is (183,121,118). Sum of RGB (Red+Green+Blue) = 183+121+118=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77976 is #488689. Grayscale: #8B8B8B. Windows color (decimal): -4753034 or 7764407. OLE color: 7764407.

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

Color convert

RGB 183 121 118 -
CMYK 0 0.34 0.36 0.28
HSL 2.77º 0.31% 0.59% -
HSV(B) 2.77º 0.36% 0.72% -
XYZ 29.64 25.05 20.41 -
YUV 139.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 183 121 118 0 0.34 0.36 0.28 2.77 0.31 0.59
Hex B7 79 76 0 22 24 1C 3 1F 3B
Octal 267 171 166 0 42 44 34 3 37 73
Binary 10110111 1111001 1110110 0 100010 100100 11100 11 11111 111011

Color Harmonies of #B77976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77976

Black with #B77976

Text Example


Text Example

White with #B77976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77976; }

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

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

background-color css

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

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

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

border-color css

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

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

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