Html Css Color HEX #B47B7F Turkish Rose

📋 copy color: '#B47B7F'

red 180 ◦ green 123 ◦ blue 127

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

Shades of Turkish Rose #B47B7F

Tints of Turkish Rose #B47B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 41.86%
G = 28.6%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B47B7F (or 0xB47B7F) is known color: Turkish Rose. HEX triplet: B4, 7B and 7F. RGB value is (180,123,127). Sum of RGB (Red+Green+Blue) = 180+123+127=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B7F is #4B8480. Grayscale: #8C8C8C. Windows color (decimal): -4949121 or 8354740. OLE color: 8354740.

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

Color convert

RGB 180 123 127 -
CMYK 0 0.32 0.29 0.29
HSL 355.79º 0.28% 0.59% -
HSV(B) 355.79º 0.32% 0.71% -
XYZ 29.74 25.4 23.41 -
YUV 140.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 180 123 127 0 0.32 0.29 0.29 355.79 0.28 0.59
Hex B4 7B 7F 0 20 1D 1D 164 1C 3B
Octal 264 173 177 0 40 35 35 544 34 73
Binary 10110100 1111011 1111111 0 100000 11101 11101 101100100 11100 111011

Color Harmonies of #B47B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B7F

Black with #B47B7F

Text Example


Text Example

White with #B47B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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