Html Css Color HEX #B46672 Turkish Rose

📋 copy color: '#B46672'

red 180 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #B46672

Tints of Turkish Rose #B46672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 45.45%
G = 25.76%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B46672 (or 0xB46672) is known color: Turkish Rose. HEX triplet: B4, 66 and 72. RGB value is (180,102,114). Sum of RGB (Red+Green+Blue) = 180+102+114=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B46672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46672 is #4B998D. Grayscale: #7E7E7E. Windows color (decimal): -4954510 or 7497396. OLE color: 7497396.

HSL color Cylindrical-coordinate representation of color #B46672: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46672 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 114 -
CMYK 0 0.43 0.37 0.29
HSL 350.77º 0.34% 0.55% -
HSV(B) 350.77º 0.43% 0.71% -
XYZ 26.61 20.42 18.46 -
YUV 126.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 180 102 114 0 0.43 0.37 0.29 350.77 0.34 0.55
Hex B4 66 72 0 2B 25 1D 15F 22 37
Octal 264 146 162 0 53 45 35 537 42 67
Binary 10110100 1100110 1110010 0 101011 100101 11101 101011111 100010 110111

Color Harmonies of #B46672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46672

Black with #B46672

Text Example


Text Example

White with #B46672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46672; }

 p { color: rgb(180,102,114); }

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

background-color css

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

 a { background-color: rgb(180,102,114); }

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

border-color css

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

 span { border-color: rgb(180,102,114); }

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