Html Css Color HEX #B46A6B Turkish Rose

📋 copy color: '#B46A6B'

red 180 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #B46A6B

Tints of Turkish Rose #B46A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 45.8%
G = 26.97%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B46A6B (or 0xB46A6B) is known color: Turkish Rose. HEX triplet: B4, 6A and 6B. RGB value is (180,106,107). Sum of RGB (Red+Green+Blue) = 180+106+107=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A6B is #4B9594. Grayscale: #808080. Windows color (decimal): -4953493 or 7039668. OLE color: 7039668.

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

Color convert

RGB 180 106 107 -
CMYK 0 0.41 0.41 0.29
HSL 359.19º 0.33% 0.56% -
HSV(B) 359.19º 0.41% 0.71% -
XYZ 26.63 21.07 16.57 -
YUV 128.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 180 106 107 0 0.41 0.41 0.29 359.19 0.33 0.56
Hex B4 6A 6B 0 29 29 1D 167 21 38
Octal 264 152 153 0 51 51 35 547 41 70
Binary 10110100 1101010 1101011 0 101001 101001 11101 101100111 100001 111000

Color Harmonies of #B46A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A6B

Black with #B46A6B

Text Example


Text Example

White with #B46A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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