Html Css Color HEX #B66667 Turkish Rose

📋 copy color: '#B66667'

red 182 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #B66667

Tints of Turkish Rose #B66667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.61%

R = 47.03%
G = 26.36%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B66667 (or 0xB66667) is known color: Turkish Rose. HEX triplet: B6, 66 and 67. RGB value is (182,102,103). Sum of RGB (Red+Green+Blue) = 182+102+103=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B66667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66667 is #499998. Grayscale: #7E7E7E. Windows color (decimal): -4823449 or 6776502. OLE color: 6776502.

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

Color convert

RGB 182 102 103 -
CMYK 0 0.44 0.43 0.29
HSL 359.25º 0.35% 0.56% -
HSV(B) 359.25º 0.44% 0.71% -
XYZ 26.49 20.43 15.38 -
YUV 126.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 182 102 103 0 0.44 0.43 0.29 359.25 0.35 0.56
Hex B6 66 67 0 2C 2B 1D 167 23 38
Octal 266 146 147 0 54 53 35 547 43 70
Binary 10110110 1100110 1100111 0 101100 101011 11101 101100111 100011 111000

Color Harmonies of #B66667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66667

Black with #B66667

Text Example


Text Example

White with #B66667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66667; }

 p { color: rgb(182,102,103); }

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

background-color css

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

 a { background-color: rgb(182,102,103); }

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

border-color css

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

 span { border-color: rgb(182,102,103); }

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