Html Css Color HEX #B46B6C Turkish Rose

📋 copy color: '#B46B6C'

red 180 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #B46B6C

Tints of Turkish Rose #B46B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 45.57%
G = 27.09%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B46B6C (or 0xB46B6C) is known color: Turkish Rose. HEX triplet: B4, 6B and 6C. RGB value is (180,107,108). Sum of RGB (Red+Green+Blue) = 180+107+108=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B6C is #4B9493. Grayscale: #818181. Windows color (decimal): -4953236 or 7105460. OLE color: 7105460.

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

Color convert

RGB 180 107 108 -
CMYK 0 0.41 0.40 0.29
HSL 359.18º 0.33% 0.56% -
HSV(B) 359.18º 0.41% 0.71% -
XYZ 26.79 21.3 16.89 -
YUV 128.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 180 107 108 0 0.41 0.40 0.29 359.18 0.33 0.56
Hex B4 6B 6C 0 29 28 1D 167 21 38
Octal 264 153 154 0 51 50 35 547 41 70
Binary 10110100 1101011 1101100 0 101001 101000 11101 101100111 100001 111000

Color Harmonies of #B46B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B6C

Black with #B46B6C

Text Example


Text Example

White with #B46B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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