Html Css Color HEX #B77F7C Brandy Rose

📋 copy color: '#B77F7C'

red 183 ◦ green 127 ◦ blue 124

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

Shades of Brandy Rose #B77F7C

Tints of Brandy Rose #B77F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 42.17%
G = 29.26%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B77F7C (or 0xB77F7C) is known color: Brandy Rose. HEX triplet: B7, 7F and 7C. RGB value is (183,127,124). Sum of RGB (Red+Green+Blue) = 183+127+124=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F7C is #488083. Grayscale: #8F8F8F. Windows color (decimal): -4751492 or 8159159. OLE color: 8159159.

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

Color convert

RGB 183 127 124 -
CMYK 0 0.31 0.32 0.28
HSL 3.05º 0.29% 0.6% -
HSV(B) 3.05º 0.32% 0.72% -
XYZ 30.76 26.7 22.6 -
YUV 143.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 183 127 124 0 0.31 0.32 0.28 3.05 0.29 0.6
Hex B7 7F 7C 0 1F 20 1C 3 1D 3C
Octal 267 177 174 0 37 40 34 3 35 74
Binary 10110111 1111111 1111100 0 11111 100000 11100 11 11101 111100

Color Harmonies of #B77F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F7C

Black with #B77F7C

Text Example


Text Example

White with #B77F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F7C; }

 p { color: rgb(183,127,124); }

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

background-color css

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

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

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

border-color css

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

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

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