Html Css Color HEX #B47E7E Brandy Rose

📋 copy color: '#B47E7E'

red 180 ◦ green 126 ◦ blue 126

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

Shades of Brandy Rose #B47E7E

Tints of Brandy Rose #B47E7E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

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

R = 41.67%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B47E7E (or 0xB47E7E) is known color: Brandy Rose. HEX triplet: B4, 7E and 7E. RGB value is (180,126,126). Sum of RGB (Red+Green+Blue) = 180+126+126=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E7E is #4B8181. Grayscale: #8E8E8E. Windows color (decimal): -4948354 or 8289972. OLE color: 8289972.

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

Color convert

RGB 180 126 126 -
CMYK 0 0.3 0.3 0.29
HSL 0.26% 0.6% -
HSV(B) 0.3% 0.71% -
XYZ 30.05 26.13 23.2 -
YUV 142.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 180 126 126 0 0.3 0.3 0.29 0 0.26 0.6
Hex B4 7E 7E 0 1E 1E 1D 0 1A 3C
Octal 264 176 176 0 36 36 35 0 32 74
Binary 10110100 1111110 1111110 0 11110 11110 11101 0 11010 111100

Color Harmonies of #B47E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E7E

Black with #B47E7E

Text Example


Text Example

White with #B47E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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