Html Css Color HEX #B77876 Brandy Rose

📋 copy color: '#B77876'

red 183 ◦ green 120 ◦ blue 118

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

Shades of Brandy Rose #B77876

Tints of Brandy Rose #B77876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 43.47%
G = 28.5%
B = 28.03%

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

#B77876 (or 0xB77876) is known color: Brandy Rose. HEX triplet: B7, 78 and 76. RGB value is (183,120,118). Sum of RGB (Red+Green+Blue) = 183+120+118=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77876 is #488789. Grayscale: #8A8A8A. Windows color (decimal): -4753290 or 7764151. OLE color: 7764151.

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

Color convert

RGB 183 120 118 -
CMYK 0 0.34 0.36 0.28
HSL 1.85º 0.31% 0.59% -
HSV(B) 1.85º 0.36% 0.72% -
XYZ 29.51 24.81 20.37 -
YUV 138.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 183 120 118 0 0.34 0.36 0.28 1.85 0.31 0.59
Hex B7 78 76 0 22 24 1C 2 1F 3B
Octal 267 170 166 0 42 44 34 2 37 73
Binary 10110111 1111000 1110110 0 100010 100100 11100 10 11111 111011

Color Harmonies of #B77876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77876

Black with #B77876

Text Example


Text Example

White with #B77876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77876; }

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

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

background-color css

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

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

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

border-color css

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

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

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