Html Css Color HEX #B46667 Turkish Rose

📋 copy color: '#B46667'

red 180 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #B46667

Tints of Turkish Rose #B46667

RGB

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

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

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

R = 46.75%
G = 26.49%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B46667 (or 0xB46667) is known color: Turkish Rose. HEX triplet: B4, 66 and 67. RGB value is (180,102,103). Sum of RGB (Red+Green+Blue) = 180+102+103=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46667 is #4B9998. Grayscale: #7D7D7D. Windows color (decimal): -4954521 or 6776500. OLE color: 6776500.

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

Color convert

RGB 180 102 103 -
CMYK 0 0.43 0.43 0.29
HSL 359.23º 0.34% 0.55% -
HSV(B) 359.23º 0.43% 0.71% -
XYZ 26.02 20.19 15.36 -
YUV 125.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 180 102 103 0 0.43 0.43 0.29 359.23 0.34 0.55
Hex B4 66 67 0 2B 2B 1D 167 22 37
Octal 264 146 147 0 53 53 35 547 42 67
Binary 10110100 1100110 1100111 0 101011 101011 11101 101100111 100010 110111

Color Harmonies of #B46667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46667

Black with #B46667

Text Example


Text Example

White with #B46667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46667; }

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

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

background-color css

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

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

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

border-color css

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

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

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