Html Css Color HEX #B47B76 Brandy Rose

📋 copy color: '#B47B76'

red 180 ◦ green 123 ◦ blue 118

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

Shades of Brandy Rose #B47B76

Tints of Brandy Rose #B47B76

RGB

 RED value IS 180 (70.7% from 255) = 42.76%

 GREEN value IS 123 (48.44% from 255) = 29.22%

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

R = 42.76%
G = 29.22%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47B76 (or 0xB47B76) is known color: Brandy Rose. HEX triplet: B4, 7B and 76. RGB value is (180,123,118). Sum of RGB (Red+Green+Blue) = 180+123+118=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B76 is #4B8489. Grayscale: #8B8B8B. Windows color (decimal): -4949130 or 7764916. OLE color: 7764916.

HSL color Cylindrical-coordinate representation of color #B47B76: hue angle of 4.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47B76 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 118 -
CMYK 0 0.32 0.34 0.29
HSL 4.84º 0.29% 0.58% -
HSV(B) 4.84º 0.34% 0.71% -
XYZ 29.18 25.18 20.46 -
YUV 139.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 180 123 118 0 0.32 0.34 0.29 4.84 0.29 0.58
Hex B4 7B 76 0 20 22 1D 5 1D 3A
Octal 264 173 166 0 40 42 35 5 35 72
Binary 10110100 1111011 1110110 0 100000 100010 11101 101 11101 111010

Color Harmonies of #B47B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B76

Black with #B47B76

Text Example


Text Example

White with #B47B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B76; }

 p { color: rgb(180,123,118); }

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

background-color css

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

 a { background-color: rgb(180,123,118); }

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

border-color css

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

 span { border-color: rgb(180,123,118); }

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