Html Css Color HEX #B46769 Turkish Rose

📋 copy color: '#B46769'

red 180 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #B46769

Tints of Turkish Rose #B46769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 46.39%
G = 26.55%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B46769 (or 0xB46769) is known color: Turkish Rose. HEX triplet: B4, 67 and 69. RGB value is (180,103,105). Sum of RGB (Red+Green+Blue) = 180+103+105=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46769 is #4B9896. Grayscale: #7E7E7E. Windows color (decimal): -4954263 or 6907828. OLE color: 6907828.

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

Color convert

RGB 180 103 105 -
CMYK 0 0.43 0.42 0.29
HSL 358.44º 0.34% 0.55% -
HSV(B) 358.44º 0.43% 0.71% -
XYZ 26.22 20.42 15.92 -
YUV 126.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 180 103 105 0 0.43 0.42 0.29 358.44 0.34 0.55
Hex B4 67 69 0 2B 2A 1D 166 22 37
Octal 264 147 151 0 53 52 35 546 42 67
Binary 10110100 1100111 1101001 0 101011 101010 11101 101100110 100010 110111

Color Harmonies of #B46769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46769

Black with #B46769

Text Example


Text Example

White with #B46769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46769; }

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

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

background-color css

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

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

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

border-color css

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

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

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