Html Css Color HEX #B47F74 Brandy Rose

📋 copy color: '#B47F74'

red 180 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #B47F74

Tints of Brandy Rose #B47F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 42.55%
G = 30.02%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47F74 (or 0xB47F74) is known color: Brandy Rose. HEX triplet: B4, 7F and 74. RGB value is (180,127,116). Sum of RGB (Red+Green+Blue) = 180+127+116=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F74 is #4B808B. Grayscale: #8D8D8D. Windows color (decimal): -4948108 or 7634868. OLE color: 7634868.

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

Color convert

RGB 180 127 116 -
CMYK 0 0.29 0.36 0.29
HSL 10.31º 0.3% 0.58% -
HSV(B) 10.31º 0.36% 0.71% -
XYZ 29.56 26.14 20.01 -
YUV 141.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 180 127 116 0 0.29 0.36 0.29 10.31 0.3 0.58
Hex B4 7F 74 0 1D 24 1D A 1E 3A
Octal 264 177 164 0 35 44 35 12 36 72
Binary 10110100 1111111 1110100 0 11101 100100 11101 1010 11110 111010

Color Harmonies of #B47F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F74

Black with #B47F74

Text Example


Text Example

White with #B47F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F74; }

 p { color: rgb(180,127,116); }

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

background-color css

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

 a { background-color: rgb(180,127,116); }

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

border-color css

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

 span { border-color: rgb(180,127,116); }

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