Html Css Color HEX #B46C6E Turkish Rose

📋 copy color: '#B46C6E'

red 180 ◦ green 108 ◦ blue 110

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

Shades of Turkish Rose #B46C6E

Tints of Turkish Rose #B46C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 45.23%
G = 27.14%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B46C6E (or 0xB46C6E) is known color: Turkish Rose. HEX triplet: B4, 6C and 6E. RGB value is (180,108,110). Sum of RGB (Red+Green+Blue) = 180+108+110=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C6E is #4B9391. Grayscale: #818181. Windows color (decimal): -4952978 or 7236788. OLE color: 7236788.

HSL color Cylindrical-coordinate representation of color #B46C6E: hue angle of 358.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46C6E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 108 110 -
CMYK 0 0.40 0.39 0.29
HSL 358.33º 0.32% 0.56% -
HSV(B) 358.33º 0.4% 0.71% -
XYZ 27 21.55 17.49 -
YUV 129.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 180 108 110 0 0.40 0.39 0.29 358.33 0.32 0.56
Hex B4 6C 6E 0 28 27 1D 166 20 38
Octal 264 154 156 0 50 47 35 546 40 70
Binary 10110100 1101100 1101110 0 101000 100111 11101 101100110 100000 111000

Color Harmonies of #B46C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C6E

Black with #B46C6E

Text Example


Text Example

White with #B46C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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