Html Css Color HEX #B6727A Turkish Rose

📋 copy color: '#B6727A'

red 182 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #B6727A

Tints of Turkish Rose #B6727A

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 43.54%
G = 27.27%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6727A (or 0xB6727A) is known color: Turkish Rose. HEX triplet: B6, 72 and 7A. RGB value is (182,114,122). Sum of RGB (Red+Green+Blue) = 182+114+122=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6727A is #498D85. Grayscale: #878787. Windows color (decimal): -4820358 or 8024758. OLE color: 8024758.

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

Color convert

RGB 182 114 122 -
CMYK 0 0.37 0.33 0.29
HSL 352.94º 0.32% 0.58% -
HSV(B) 352.94º 0.37% 0.71% -
XYZ 28.82 23.38 21.41 -
YUV 135.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 182 114 122 0 0.37 0.33 0.29 352.94 0.32 0.58
Hex B6 72 7A 0 25 21 1D 161 20 3A
Octal 266 162 172 0 45 41 35 541 40 72
Binary 10110110 1110010 1111010 0 100101 100001 11101 101100001 100000 111010

Color Harmonies of #B6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6727A

Black with #B6727A

Text Example


Text Example

White with #B6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6727A; }

 p { color: rgb(182,114,122); }

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

background-color css

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

 a { background-color: rgb(182,114,122); }

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

border-color css

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

 span { border-color: rgb(182,114,122); }

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