Html Css Color HEX #B47B7D Turkish Rose

📋 copy color: '#B47B7D'

red 180 ◦ green 123 ◦ blue 125

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

Shades of Turkish Rose #B47B7D

Tints of Turkish Rose #B47B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 42.06%
G = 28.74%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B47B7D (or 0xB47B7D) is known color: Turkish Rose. HEX triplet: B4, 7B and 7D. RGB value is (180,123,125). Sum of RGB (Red+Green+Blue) = 180+123+125=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B7D is #4B8482. Grayscale: #8C8C8C. Windows color (decimal): -4949123 or 8223668. OLE color: 8223668.

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

Color convert

RGB 180 123 125 -
CMYK 0 0.32 0.31 0.29
HSL 357.89º 0.28% 0.59% -
HSV(B) 357.89º 0.32% 0.71% -
XYZ 29.61 25.35 22.73 -
YUV 140.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 180 123 125 0 0.32 0.31 0.29 357.89 0.28 0.59
Hex B4 7B 7D 0 20 1F 1D 166 1C 3B
Octal 264 173 175 0 40 37 35 546 34 73
Binary 10110100 1111011 1111101 0 100000 11111 11101 101100110 11100 111011

Color Harmonies of #B47B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B7D

Black with #B47B7D

Text Example


Text Example

White with #B47B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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