Html Css Color HEX #B47F7E Brandy Rose

📋 copy color: '#B47F7E'

red 180 ◦ green 127 ◦ blue 126

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

Shades of Brandy Rose #B47F7E

Tints of Brandy Rose #B47F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 41.57%
G = 29.33%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B47F7E (or 0xB47F7E) is known color: Brandy Rose. HEX triplet: B4, 7F and 7E. RGB value is (180,127,126). Sum of RGB (Red+Green+Blue) = 180+127+126=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F7E is #4B8081. Grayscale: #8E8E8E. Windows color (decimal): -4948098 or 8290228. OLE color: 8290228.

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

Color convert

RGB 180 127 126 -
CMYK 0 0.29 0.3 0.29
HSL 1.11º 0.26% 0.6% -
HSV(B) 1.11º 0.3% 0.71% -
XYZ 30.18 26.39 23.24 -
YUV 142.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 180 127 126 0 0.29 0.3 0.29 1.11 0.26 0.6
Hex B4 7F 7E 0 1D 1E 1D 1 1A 3C
Octal 264 177 176 0 35 36 35 1 32 74
Binary 10110100 1111111 1111110 0 11101 11110 11101 1 11010 111100

Color Harmonies of #B47F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F7E

Black with #B47F7E

Text Example


Text Example

White with #B47F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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