Html Css Color HEX #B46B6F Turkish Rose

📋 copy color: '#B46B6F'

red 180 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #B46B6F

Tints of Turkish Rose #B46B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 45.23%
G = 26.88%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B46B6F (or 0xB46B6F) is known color: Turkish Rose. HEX triplet: B4, 6B and 6F. RGB value is (180,107,111). Sum of RGB (Red+Green+Blue) = 180+107+111=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B6F is #4B9490. Grayscale: #818181. Windows color (decimal): -4953233 or 7302068. OLE color: 7302068.

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

Color convert

RGB 180 107 111 -
CMYK 0 0.41 0.38 0.29
HSL 356.71º 0.33% 0.56% -
HSV(B) 356.71º 0.41% 0.71% -
XYZ 26.95 21.37 17.74 -
YUV 129.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 180 107 111 0 0.41 0.38 0.29 356.71 0.33 0.56
Hex B4 6B 6F 0 29 26 1D 165 21 38
Octal 264 153 157 0 51 46 35 545 41 70
Binary 10110100 1101011 1101111 0 101001 100110 11101 101100101 100001 111000

Color Harmonies of #B46B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B6F

Black with #B46B6F

Text Example


Text Example

White with #B46B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B6F; }

 p { color: rgb(180,107,111); }

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

background-color css

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

 a { background-color: rgb(180,107,111); }

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

border-color css

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

 span { border-color: rgb(180,107,111); }

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