Html Css Color HEX #B47E6A Brandy Rose

📋 copy color: '#B47E6A'

red 180 ◦ green 126 ◦ blue 106

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

Shades of Brandy Rose #B47E6A

Tints of Brandy Rose #B47E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 43.69%
G = 30.58%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B47E6A (or 0xB47E6A) is known color: Brandy Rose. HEX triplet: B4, 7E and 6A. RGB value is (180,126,106). Sum of RGB (Red+Green+Blue) = 180+126+106=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E6A is #4B8195. Grayscale: #8B8B8B. Windows color (decimal): -4948374 or 6979252. OLE color: 6979252.

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

Color convert

RGB 180 126 106 -
CMYK 0 0.3 0.41 0.29
HSL 16.22º 0.33% 0.56% -
HSV(B) 16.22º 0.41% 0.71% -
XYZ 28.88 25.67 17.07 -
YUV 139.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 180 126 106 0 0.3 0.41 0.29 16.22 0.33 0.56
Hex B4 7E 6A 0 1E 29 1D 10 21 38
Octal 264 176 152 0 36 51 35 20 41 70
Binary 10110100 1111110 1101010 0 11110 101001 11101 10000 100001 111000

Color Harmonies of #B47E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E6A

Black with #B47E6A

Text Example


Text Example

White with #B47E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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