Html Css Color HEX #B66467 Turkish Rose

📋 copy color: '#B66467'

red 182 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #B66467

Tints of Turkish Rose #B66467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

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

R = 47.27%
G = 25.97%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B66467 (or 0xB66467) is known color: Turkish Rose. HEX triplet: B6, 64 and 67. RGB value is (182,100,103). Sum of RGB (Red+Green+Blue) = 182+100+103=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66467 is #499B98. Grayscale: #7C7C7C. Windows color (decimal): -4823961 or 6775990. OLE color: 6775990.

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

Color convert

RGB 182 100 103 -
CMYK 0 0.45 0.43 0.29
HSL 357.8º 0.36% 0.55% -
HSV(B) 357.8º 0.45% 0.71% -
XYZ 26.3 20.04 15.31 -
YUV 124.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 182 100 103 0 0.45 0.43 0.29 357.8 0.36 0.55
Hex B6 64 67 0 2D 2B 1D 166 24 37
Octal 266 144 147 0 55 53 35 546 44 67
Binary 10110110 1100100 1100111 0 101101 101011 11101 101100110 100100 110111

Color Harmonies of #B66467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66467

Black with #B66467

Text Example


Text Example

White with #B66467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66467; }

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

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

background-color css

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

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

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

border-color css

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

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

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