Html Css Color HEX #B47B6D Brandy Rose

📋 copy color: '#B47B6D'

red 180 ◦ green 123 ◦ blue 109

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

Shades of Brandy Rose #B47B6D

Tints of Brandy Rose #B47B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 43.69%
G = 29.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B47B6D (or 0xB47B6D) is known color: Brandy Rose. HEX triplet: B4, 7B and 6D. RGB value is (180,123,109). Sum of RGB (Red+Green+Blue) = 180+123+109=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B6D is #4B8492. Grayscale: #8A8A8A. Windows color (decimal): -4949139 or 7175092. OLE color: 7175092.

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

Color convert

RGB 180 123 109 -
CMYK 0 0.32 0.39 0.29
HSL 11.83º 0.32% 0.57% -
HSV(B) 11.83º 0.39% 0.71% -
XYZ 28.67 24.97 17.78 -
YUV 138.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 180 123 109 0 0.32 0.39 0.29 11.83 0.32 0.57
Hex B4 7B 6D 0 20 27 1D C 20 39
Octal 264 173 155 0 40 47 35 14 40 71
Binary 10110100 1111011 1101101 0 100000 100111 11101 1100 100000 111001

Color Harmonies of #B47B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B6D

Black with #B47B6D

Text Example


Text Example

White with #B47B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B6D; }

 p { color: rgb(180,123,109); }

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

background-color css

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

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

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

border-color css

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

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

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