Html Css Color HEX #B47A7B Turkish Rose

📋 copy color: '#B47A7B'

red 180 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #B47A7B

Tints of Turkish Rose #B47A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 42.35%
G = 28.71%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B47A7B (or 0xB47A7B) is known color: Turkish Rose. HEX triplet: B4, 7A and 7B. RGB value is (180,122,123). Sum of RGB (Red+Green+Blue) = 180+122+123=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A7B is #4B8584. Grayscale: #8B8B8B. Windows color (decimal): -4949381 or 8092340. OLE color: 8092340.

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

Color convert

RGB 180 122 123 -
CMYK 0 0.32 0.32 0.29
HSL 358.97º 0.28% 0.59% -
HSV(B) 358.97º 0.32% 0.71% -
XYZ 29.36 25.05 22.03 -
YUV 139.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 180 122 123 0 0.32 0.32 0.29 358.97 0.28 0.59
Hex B4 7A 7B 0 20 20 1D 167 1C 3B
Octal 264 172 173 0 40 40 35 547 34 73
Binary 10110100 1111010 1111011 0 100000 100000 11101 101100111 11100 111011

Color Harmonies of #B47A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A7B

Black with #B47A7B

Text Example


Text Example

White with #B47A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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