Html Css Color HEX #B47C74 Brandy Rose

📋 copy color: '#B47C74'

red 180 ◦ green 124 ◦ blue 116

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

Shades of Brandy Rose #B47C74

Tints of Brandy Rose #B47C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 42.86%
G = 29.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47C74 (or 0xB47C74) is known color: Brandy Rose. HEX triplet: B4, 7C and 74. RGB value is (180,124,116). Sum of RGB (Red+Green+Blue) = 180+124+116=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C74 is #4B838B. Grayscale: #8B8B8B. Windows color (decimal): -4948876 or 7634100. OLE color: 7634100.

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

Color convert

RGB 180 124 116 -
CMYK 0 0.31 0.36 0.29
HSL 7.5º 0.3% 0.58% -
HSV(B) 7.5º 0.36% 0.71% -
XYZ 29.18 25.38 19.88 -
YUV 139.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 180 124 116 0 0.31 0.36 0.29 7.5 0.3 0.58
Hex B4 7C 74 0 1F 24 1D 8 1E 3A
Octal 264 174 164 0 37 44 35 10 36 72
Binary 10110100 1111100 1110100 0 11111 100100 11101 1000 11110 111010

Color Harmonies of #B47C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C74

Black with #B47C74

Text Example


Text Example

White with #B47C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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