Html Css Color HEX #B47D6E Brandy Rose

📋 copy color: '#B47D6E'

red 180 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #B47D6E

Tints of Brandy Rose #B47D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 110 (43.36% from 255) = 26.51%

R = 43.37%
G = 30.12%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B47D6E (or 0xB47D6E) is known color: Brandy Rose. HEX triplet: B4, 7D and 6E. RGB value is (180,125,110). Sum of RGB (Red+Green+Blue) = 180+125+110=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D6E is #4B8291. Grayscale: #8B8B8B. Windows color (decimal): -4948626 or 7241140. OLE color: 7241140.

HSL color Cylindrical-coordinate representation of color #B47D6E: hue angle of 12.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B47D6E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 125 110 -
CMYK 0 0.31 0.39 0.29
HSL 12.86º 0.32% 0.57% -
HSV(B) 12.86º 0.39% 0.71% -
XYZ 28.97 25.5 18.15 -
YUV 139.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 180 125 110 0 0.31 0.39 0.29 12.86 0.32 0.57
Hex B4 7D 6E 0 1F 27 1D D 20 39
Octal 264 175 156 0 37 47 35 15 40 71
Binary 10110100 1111101 1101110 0 11111 100111 11101 1101 100000 111001

Color Harmonies of #B47D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D6E

Black with #B47D6E

Text Example


Text Example

White with #B47D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D6E; }

 p { color: rgb(180,125,110); }

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

background-color css

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

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

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

border-color css

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

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

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